Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Feb 7, 2025
1 parent 557241f commit 8c71b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/test/integration/api/database.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ apiDescribe('Database', persistence => {
host: 'test-firestore.sandbox.googleapis.com'
};

it.only('can run transactions on documents with bson types', async () => {
it('can run transactions on documents against nightly configuration', async () => {
const testDocs = {
a: { key: 'a' },
b: { key: 'b' },
Expand Down

0 comments on commit 8c71b3a

Please sign in to comment.