We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8ead8 commit c8bf25eCopy full SHA for c8bf25e
packages/database-compat/test/query.test.ts
@@ -3394,8 +3394,8 @@ describe('Query Tests', () => {
3394
expect(snapshot.val()).to.deep.equal({ data: '1' });
3395
reader.database.goOffline();
3396
try {
3397
- await expect(promiseWithTimeout(reader.child('foo/notCached').get())).to.eventually.be
3398
- .rejected;
+ await expect(promiseWithTimeout(reader.child('foo/notCached').get())).to
+ .eventually.be.rejected;
3399
} finally {
3400
reader.database.goOnline();
3401
}
0 commit comments