Skip to content

Commit 07415e8

Browse files
committed
Update usematch mock
1 parent 1fcddd8 commit 07415e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/components/Navbar/Navbar.test.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ beforeEach(() => {
2626
retryMatch: jest.fn(),
2727
matchingTimeout: jest.fn(),
2828
matchOfferTimeout: jest.fn(),
29-
verifyMatchStatus: jest.fn(),
29+
matchId: null,
3030
matchUser: null,
3131
matchCriteria: null,
3232
partner: null,
3333
matchPending: false,
3434
loading: false,
35+
questionId: null,
36+
questionTitle: null,
3537
}));
3638
});
3739

0 commit comments

Comments
 (0)