Skip to content

Commit eb3fb0a

Browse files
committed
Attempted to fix tests
1 parent 874243b commit eb3fb0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ describe('Queries', () => {
157157
await expect(promise).to.have.eventually.been.rejected;
158158
expect(onErrStub).to.have.been.calledOnce;
159159
unsubscribeFn!();
160+
initializeFetch(globalThis.fetch);
160161
});
161162
it('[QUERY] should retry auth whenever the fetcher returns with unauthorized', async () => {
162163
initializeFetch(fakeFetchImpl);

scripts/emulator-testing/emulators/dataconnect-emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import { platform } from 'os';
1919
import { Emulator } from './emulator';
2020

21-
const DATACONNECT_EMULATOR_VERSION = '1.9.2';
21+
const DATACONNECT_EMULATOR_VERSION = '2.15.1';
2222

2323
export class DataConnectEmulator extends Emulator {
2424
constructor(port = 9399) {

0 commit comments

Comments
 (0)