Skip to content

Commit 7b760ed

Browse files
committed
fix tests
1 parent e4397a6 commit 7b760ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-integration/integration-main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ describe("integration-main", () => {
302302
expect(processSpy).toHaveBeenCalledTimes(1);
303303
await testHelper.selectEventQueueAndExpectOpen(tx);
304304
const [openEvent] = await testHelper.selectEventQueueAndReturn(tx);
305-
expect(openEvent.startAfter).toEqual(null);
305+
expect(openEvent.startAfter).toBeDefined();
306306
expect(dbCounts).toMatchSnapshot();
307307

308308
jest.spyOn(EventQueueTest.prototype, "processEvent").mockRestore();

0 commit comments

Comments
 (0)