diff --git a/types/geojson/geojson-tests.ts b/types/geojson/geojson-tests.ts index 19a3a4fd53..c5c3fa2bdd 100644 --- a/types/geojson/geojson-tests.ts +++ b/types/geojson/geojson-tests.ts @@ -231,7 +231,7 @@ interface TestProperty { } const testProps: TestProperty = { - foo: "bar", + foo: "baz", hello: "world" };