Skip to content

Commit 89dfd2a

Browse files
committed
Fixed formatting
1 parent 8611f5a commit 89dfd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/test/exp/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('Database@exp Tests', () => {
123123
it('can properly handle unknown deep merges', async () => {
124124
// Note: This test requires `testIndex` to be added as an index.
125125
// Without an index, the test will erroneously pass.
126-
// But we are unable to add indexes on the fly to the actual db, so
126+
// But we are unable to add indexes on the fly to the actual db, so
127127
// running on the emulator is the best way to test this.
128128
const database = getDatabase(defaultApp);
129129
const root = ref(database, 'testing');

0 commit comments

Comments
 (0)