pass expected actual to assertEqual
This commit is contained in:
parent
6447030949
commit
6099753702
@ -23,8 +23,8 @@ test2 = TestCase $
|
|||||||
Left err -> assertFailure (displayException err)
|
Left err -> assertFailure (displayException err)
|
||||||
Right (p:ps) ->
|
Right (p:ps) ->
|
||||||
assertEqual "matches lat/lon"
|
assertEqual "matches lat/lon"
|
||||||
(Track.pos p)
|
|
||||||
(Track.Pos 51.0 (-0.1))
|
(Track.Pos 51.0 (-0.1))
|
||||||
|
(Track.pos p)
|
||||||
|
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList [
|
tests = TestList [
|
||||||
|
Loading…
Reference in New Issue
Block a user