Skip to content

Commit 0fc8ac9

Browse files
author
Brian Chen
committed
test naming
1 parent dcb5ff4 commit 0fc8ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/remote/serializer.helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export function serializerTest(
10011001
expect(fromUnaryFilter(actual)).to.deep.equal(input);
10021002
});
10031003

1004-
it('converts Nan', () => {
1004+
it('converts not NaN', () => {
10051005
const input = filter('field', '!=', NaN);
10061006
const actual = toUnaryOrFieldFilter(input);
10071007
expect(actual).to.deep.equal({

0 commit comments

Comments
 (0)