Skip to content

Commit

Permalink
Merge pull request #38 from lucasweng/fix-test
Browse files Browse the repository at this point in the history
Fix test for problem 18
  • Loading branch information
haohangxu committed Aug 25, 2020
2 parents 89b1d2f + 3959903 commit 1ba9576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-exercises/18-mutable_records/problem.ml
Expand Up @@ -62,7 +62,7 @@ module For_testing = struct

let%test "Testing advance_color..." =
advance_color test_ex_yellow;
[%compare.equal: stoplight] test_ex_yellow' test_ex_yellow'
[%compare.equal: stoplight] test_ex_yellow' test_ex_yellow
;;

let%test "Testing advance_color..." =
Expand Down

0 comments on commit 1ba9576

Please sign in to comment.