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 718bdcf commit 0f3f73bCopy full SHA for 0f3f73b
packages/testing/test/database.test.ts
@@ -131,14 +131,14 @@ describe('Testing Module Tests', function() {
131
}
132
}`
133
});
134
- await expect(promise).to.be.rejectedWith(/UNAVAILABLE/);
+ await expect(promise).to.be.rejectedWith(/ECONNREFUSED/);
135
136
137
it('clearFirestoreData() succeeds on valid input', async function() {
138
let promise = firebase.clearFirestoreData({
139
projectId: 'foo'
140
141
142
143
144
it('apps() returns apps created with initializeTestApp', async function() {
0 commit comments