Skip to content

Commit 41f6693

Browse files
committed
Update Interview tests'
1 parent 0ee1546 commit 41f6693

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Interview.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ describe('getInterviews', () => {
4949
data: mockInterviews,
5050
page: 1,
5151
limit: 10,
52+
verdict: "All",
5253
total: 1,
5354
totalPages: Math.ceil(1 / 10),
5455
});
5556
});
5657
});
5758

59+
5860
describe('getInterviewById', () => {
5961
it('should return 200 and the interview if found', async () => {
6062
const req: any = {

0 commit comments

Comments
 (0)