Skip to content

Commit be5e65f

Browse files
Remove extra (#1709)
1 parent 4b98946 commit be5e65f

File tree

1 file changed

+1
-1
lines changed
  • packages/firestore/test/integration/util

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/util/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export function withTestDbsSettings(
195195
'test-app-' + appCount++
196196
);
197197

198-
const firestore = firebase.firestore!!(app);
198+
const firestore = firebase.firestore!(app);
199199
firestore.settings(settings);
200200

201201
let ready: Promise<firestore.FirebaseFirestore>;

0 commit comments

Comments
 (0)