reverse actual and expected in Expect
otherwise the error messages when test fails are arse about face
This commit is contained in:
parent
b78dbda7b8
commit
6b3c456c41
@ -20,6 +20,6 @@ specs =
|
||||
|
||||
in
|
||||
case r of
|
||||
(Ok trk) -> Expect.equalLists trk expected
|
||||
(Ok trk) -> Expect.equalLists expected trk
|
||||
_ -> Expect.fail "not ok"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user