Skip to content

Commit 7475c5d

Browse files
committed
Whitespace
1 parent fb35991 commit 7475c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/test/unit/specs/index_spec.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ describeSpec('Client Side Index', [], () => {
4242
fields: [['price', IndexKind.ASCENDING]]
4343
})
4444
];
45+
4546
specTest('Index Creation visible on all clients', ['multi-client'], () => {
4647
return client(0)
4748
.expectPrimaryState(true)
@@ -51,6 +52,7 @@ describeSpec('Client Side Index', [], () => {
5152
.expectPrimaryState(false)
5253
.expectIndexes(expectedIndexes);
5354
});
55+
5456
specTest(
5557
'Index Creation succeeds even if not primary',
5658
['multi-client'],

0 commit comments

Comments
 (0)