Skip to content

Commit f3a5bb4

Browse files
committed
Updated queries
1 parent 7d03de6 commit f3a5bb4

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-
/EADDRNOTAVAIL|ECONNREFUSED|failed to fetch/
160+
/EADDRNOTAVAIL|ECONNREFUSED|Failed to fetch/
161161
);
162162
});
163163
it('throws an error with just the message when the server responds with an error', async () => {

0 commit comments

Comments
 (0)