Skip to content

Commit a6a4a5d

Browse files
committed
remove .only for test.
1 parent 2575fcc commit a6a4a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/local/indexeddb_persistence.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ describe('IndexedDbSchema: createOrUpgradeDb', () => {
10661066
});
10671067
});
10681068

1069-
it.only('can upgrade from schema version 13 to 14 (overlay migration)', function (this: Context) {
1069+
it('can upgrade from schema version 13 to 14 (overlay migration)', function (this: Context) {
10701070
// This test creates a database with schema version 13 that has three users,
10711071
// two of whom have local mutations.
10721072
const testWriteFoo = {

0 commit comments

Comments
 (0)