pass expected actual to assertEqual

This commit is contained in:
Daniel Barlow 2024-10-29 19:57:29 +00:00
parent 6447030949
commit 6099753702

View File

@ -23,8 +23,8 @@ test2 = TestCase $
Left err -> assertFailure (displayException err)
Right (p:ps) ->
assertEqual "matches lat/lon"
(Track.pos p)
(Track.Pos 51.0 (-0.1))
(Track.pos p)
tests :: Test
tests = TestList [