Skip to content

Commit d80d32b

Browse files
Update test name
1 parent 438a188 commit d80d32b

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
@@ -94,7 +94,7 @@ describe('Database@exp Tests', () => {
9494
expect(snap2).to.equal('b');
9595
});
9696

97-
it('Can use once()', async () => {
97+
it('Can use onlyOnce', async () => {
9898
const db = getDatabase(defaultApp);
9999
const fooRef = ref(db, 'foo');
100100

0 commit comments

Comments
 (0)