Skip to content

Commit f3e4d89

Browse files
1 parent ad6901a commit f3e4d89

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

‎handwritten/firestore/dev/test/watch.ts‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,12 @@ describe('Query watch', () => {
809809

810810
it('supports alwaysUseImplicitOrderBy', async () => {
811811
// Re-initialize with alwaysUseImplicitOrderBy: true
812-
firestore = await createInstance({listen: () => listenCallback()}, {
813-
alwaysUseImplicitOrderBy: true,
814-
});
812+
firestore = await createInstance(
813+
{listen: () => listenCallback()},
814+
{
815+
alwaysUseImplicitOrderBy: true,
816+
},
817+
);
815818
const query = firestore.collection('col').where('foo', '>', 'bar');
816819
watchHelper = new WatchHelper(streamHelper, query, targetId);
817820

0 commit comments

Comments
 (0)