use composition instead of lambda
This commit is contained in:
parent
aa1f69f3d4
commit
2befb534a1
@ -63,11 +63,10 @@ test1 =
|
||||
TestCase $
|
||||
either
|
||||
(assertFailure . displayException)
|
||||
( \t ->
|
||||
assertEqual
|
||||
"empty track has no elements"
|
||||
0
|
||||
(Track.length t)
|
||||
( assertEqual
|
||||
"empty track has no elements"
|
||||
0
|
||||
. Track.length
|
||||
)
|
||||
(Track.parse (wrap ""))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user