Skip to content

Commit e0bdb55

Browse files
committed
Revert a test back to
1 parent 60f4276 commit e0bdb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/type.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ apiDescribe('Firestore', (persistence: boolean) => {
9696
const validateSnapshots = !persistence;
9797
await expectRoundtrip(
9898
db,
99-
{ a: 1, b: NaN, c: Infinity, d: persistence ? 0.0 : 0.0 },
99+
{ a: 1, b: NaN, c: Infinity, d: persistence ? 0.0 : -0.0 },
100100
validateSnapshots
101101
);
102102
});

0 commit comments

Comments
 (0)