Skip to content

Commit 3959903

Browse files
committed
Fix test for problem 18
Signed-off-by: Lucas Weng <[email protected]>
1 parent 89b1d2f commit 3959903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-exercises/18-mutable_records/problem.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module For_testing = struct
6262

6363
let%test "Testing advance_color..." =
6464
advance_color test_ex_yellow;
65-
[%compare.equal: stoplight] test_ex_yellow' test_ex_yellow'
65+
[%compare.equal: stoplight] test_ex_yellow' test_ex_yellow
6666
;;
6767

6868
let%test "Testing advance_color..." =

0 commit comments

Comments
 (0)