diff --git a/integration/vector-tile/vector-tile-test.ts b/integration/vector-tile/vector-tile-test.ts index 0873c9b33..d10943f1a 100644 --- a/integration/vector-tile/vector-tile-test.ts +++ b/integration/vector-tile/vector-tile-test.ts @@ -120,7 +120,7 @@ describe("vector-tile", () => { }; expect(Tile_Value.fromJSON(tile)).toMatchInlineSnapshot(` { - "boolValue": false, + "boolValue": undefined, "doubleValue": Infinity, "floatValue": NaN, "intValue": 0,