Skip to content

Commit

Permalink
Fix proto2 vector tile test
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Nov 9, 2024
1 parent 844da41 commit 735eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/vector-tile/vector-tile-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe("vector-tile", () => {
};
expect(Tile_Value.fromJSON(tile)).toMatchInlineSnapshot(`
{
"boolValue": false,
"boolValue": undefined,
"doubleValue": Infinity,
"floatValue": NaN,
"intValue": 0,
Expand Down

0 comments on commit 735eedc

Please sign in to comment.