Skip to content

Commit

Permalink
Removed unncessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jun 17, 2022
1 parent 2f3bf31 commit 0e4c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/test/exp/integration.test.ts
Expand Up @@ -16,7 +16,7 @@
*/

import { initializeApp, deleteApp } from '@firebase/app';
import { Deferred, promiseWithTimeout } from '@firebase/util';
import { Deferred } from '@firebase/util';
import { expect, use } from 'chai';
import chaiAsPromised from 'chai-as-promised';

Expand Down

0 comments on commit 0e4c57d

Please sign in to comment.