Skip to content

Commit 5ec4c4f

Browse files
committed
Updated formatting
1 parent b224296 commit 5ec4c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-connect/test/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('DataConnect Tests', async () => {
157157
connectDataConnectEmulator(fakeInstance, 'localhost', 3512);
158158
const taskListQuery = queryRef<PostListResponse>(fakeInstance, 'ListPosts');
159159
await expect(executeQuery(taskListQuery)).to.eventually.be.rejectedWith(
160-
'ECONNREFUSED'
160+
/EADDRNOTAVAIL|ECONNREFUSED|fetch failed/
161161
);
162162
});
163163
it('throws an error with just the message when the server responds with an error', async () => {

0 commit comments

Comments
 (0)