Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #229 from COS301-SE-2023/Testing
Browse files Browse the repository at this point in the history
Changed tests to reflect new expected behavior
  • Loading branch information
Daniel-Radloff authored Sep 28, 2023
2 parents f722b4f + c873e68 commit cd2811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn time_range_validation_test_pass() {
" 2:3 - 3: 0",
"22:30-2:03",
"1 : 3 - 2 : 3",
"23:59-00:00",
"23:59-24:00",
];
let _ = cases
.iter()
Expand Down

0 comments on commit cd2811a

Please sign in to comment.