Skip to content

Commit 034b252

Browse files
committed
test: fix
1 parent 2a59779 commit 034b252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites/public/__tests__/components/listing/listing_sections/Neighborhood.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe("<Neighborhood>", () => {
144144
{
145145
id: "jurisdiction1",
146146
featureFlags: [
147-
{ name: FeatureFlagEnum.enableNeighborhoodAmenitiesDropdown, value: true },
147+
{ name: FeatureFlagEnum.enableNeighborhoodAmenitiesDropdown, active: true },
148148
],
149149
} as unknown as Jurisdiction
150150
}

0 commit comments

Comments
 (0)