Skip to content

Commit 8c71b3a

Browse files
committed
remove .only
1 parent 557241f commit 8c71b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ apiDescribe('Database', persistence => {
26272627
host: 'test-firestore.sandbox.googleapis.com'
26282628
};
26292629

2630-
it.only('can run transactions on documents with bson types', async () => {
2630+
it('can run transactions on documents against nightly configuration', async () => {
26312631
const testDocs = {
26322632
a: { key: 'a' },
26332633
b: { key: 'b' },

0 commit comments

Comments
 (0)