Skip to content

Commit 910d5ae

Browse files
committed
Fixed formatting
1 parent 64ce0b6 commit 910d5ae

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
@@ -423,7 +423,7 @@ describe('Database@exp Tests', () => {
423423
expect(snapshot.val()).to.deep.eq(toWrite);
424424
});
425425

426-
it.only('should test startAt get with listener only fires once', async () => {
426+
it('should test startAt get with listener only fires once', async () => {
427427
const db = getDatabase(defaultApp);
428428
const { readerRef, writerRef } = getRWRefs(db);
429429
const expected = {

0 commit comments

Comments
 (0)