Fix query test to not reference defunct enums
This commit is contained in:
parent
ee0be2866f
commit
ff86eed85c
1 changed files with 12 additions and 12 deletions
|
|
@ -73,18 +73,18 @@ func main() {
|
|||
}
|
||||
ctx := context.Background()
|
||||
row := fslayer.RodentLocation{
|
||||
ObjectID: 1,
|
||||
LocationName: "some location",
|
||||
Zone: "",
|
||||
Zone2: "",
|
||||
Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial,
|
||||
Priority: fslayer.RodentLocationLocationPriority1None,
|
||||
Usetype: fslayer.RodentLocationLocationUseType1Residential,
|
||||
Active: fslayer.RodentLocationNotInUITF1True,
|
||||
Description: "",
|
||||
Accessdesc: "",
|
||||
Comments: "",
|
||||
Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired,
|
||||
ObjectID: 1,
|
||||
LocationName: "some location",
|
||||
Zone: "",
|
||||
Zone2: "",
|
||||
//Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial,
|
||||
//Priority: fslayer.RodentLocationLocationPriority1None,
|
||||
//Usetype: fslayer.RodentLocationLocationUseType1Residential,
|
||||
//Active: fslayer.RodentLocationNotInUITF1True,
|
||||
Description: "",
|
||||
Accessdesc: "",
|
||||
Comments: "",
|
||||
//Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired,
|
||||
ExternalID: "",
|
||||
Nextactiondatescheduled: time.Now(),
|
||||
Locationnumber: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue