Skip to content

Commit 1ba9576

Browse files
authored
Merge pull request #38 from lucasweng/fix-test
Fix test for problem 18
2 parents 89b1d2f + 3959903 commit 1ba9576

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)