Fix query test to not reference defunct enums

This commit is contained in:
Eli Ribble 2025-12-11 01:33:24 +00:00
parent ee0be2866f
commit ff86eed85c
No known key found for this signature in database

View file

@ -73,18 +73,18 @@ func main() {
} }
ctx := context.Background() ctx := context.Background()
row := fslayer.RodentLocation{ row := fslayer.RodentLocation{
ObjectID: 1, ObjectID: 1,
LocationName: "some location", LocationName: "some location",
Zone: "", Zone: "",
Zone2: "", Zone2: "",
Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial, //Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial,
Priority: fslayer.RodentLocationLocationPriority1None, //Priority: fslayer.RodentLocationLocationPriority1None,
Usetype: fslayer.RodentLocationLocationUseType1Residential, //Usetype: fslayer.RodentLocationLocationUseType1Residential,
Active: fslayer.RodentLocationNotInUITF1True, //Active: fslayer.RodentLocationNotInUITF1True,
Description: "", Description: "",
Accessdesc: "", Accessdesc: "",
Comments: "", Comments: "",
Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired, //Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired,
ExternalID: "", ExternalID: "",
Nextactiondatescheduled: time.Now(), Nextactiondatescheduled: time.Now(),
Locationnumber: 1, Locationnumber: 1,