Skip to content

Commit 6251a28

Browse files
committed
Update database.test.ts
1 parent 73eb8a2 commit 6251a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import {
3737
import { keys } from '../../util/helpers';
3838

3939
describe('Bundle', () => {
40-
it('loadBundle silently exits with an empty bundle string)', async () => {
40+
it('loadBundle does not throw with an empty bundle string)', async () => {
4141
const db = newTestFirestore();
4242
expect(async () => {
4343
await loadBundle(db, '');

0 commit comments

Comments
 (0)