Skip to content

Commit 0e4c57d

Browse files
committed
Removed unncessary import
1 parent 2f3bf31 commit 0e4c57d

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
@@ -16,7 +16,7 @@
1616
*/
1717

1818
import { initializeApp, deleteApp } from '@firebase/app';
19-
import { Deferred, promiseWithTimeout } from '@firebase/util';
19+
import { Deferred } from '@firebase/util';
2020
import { expect, use } from 'chai';
2121
import chaiAsPromised from 'chai-as-promised';
2222

0 commit comments

Comments
 (0)