Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Aug 1, 2024
1 parent 9e6d87b commit 2e10227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/business-layer/utils/BookingUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ describe("BookingUtils", () => {
})

it("should handle invalid date format", () => {
expect(() => BookingUtils.addOneDay("2024/01/01")).toThrow()
expect(() => BookingUtils.addOneDay("01-01-2024")).toThrow()
expect(() => BookingUtils.addOneDay("invalid-date")).toThrow()
})
Expand Down

0 comments on commit 2e10227

Please sign in to comment.