Skip to content

Commit cbaf931

Browse files
committed
FIREBASE FATAL ERROR: prefix for test
1 parent 1084455 commit cbaf931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database-compat/test/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ describe('Database Tests', () => {
301301

302302
expect(() => {
303303
db.useEmulator('localhost', 1234);
304-
}).to.throw(/connectDatabaseEmulator() cannot initialize/);
304+
}).to.throw(/FIREBASE FATAL ERROR: connectDatabaseEmulator() cannot initialize/);
305305
});
306306

307307
it('refFromURL returns an emulated ref with useEmulator', () => {

0 commit comments

Comments
 (0)