Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hitohata committed Mar 20, 2024
1 parent 308a78b commit 8d1b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main/test/Group/Router/ContainerRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("isCorrectFoodBody", () => {
const result = isCorrectFoodBody(body);

expect(result.ok).toBeTruthy();
expect(result.unwrap().expiry).toBeNull();
expect(result.unwrap().expiry).toBeUndefined();
});
});

Expand Down

0 comments on commit 8d1b985

Please # to comment.