Skip to content

Commit 5f6159e

Browse files
committed
Fix import
1 parent a8b28d2 commit 5f6159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
Firestore,
2727
terminate,
2828
getDoc
29-
} from '../../../src';
29+
} from '../util/firebase_export';
3030
import { DEFAULT_SETTINGS } from '../util/settings';
3131

3232
use(chaiAsPromised);

0 commit comments

Comments
 (0)