Skip to content

Commit a586432

Browse files
committed
change misnamed test case
1 parent 341d202 commit a586432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ apiDescribe('Queries', persistence => {
14321432
});
14331433
});
14341434

1435-
it('can use on unary values', async () => {
1435+
it('can use on special values', async () => {
14361436
const testDocs = {
14371437
doc1: { key: 'a', sort: 0, v: 0 },
14381438
doc2: { key: 'b', sort: NaN, v: 1 },

0 commit comments

Comments
 (0)