diff options
Diffstat (limited to 'Biz/Test.hs')
-rw-r--r-- | Biz/Test.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Test.hs b/Biz/Test.hs index b6c2816..0a2cf2f 100644 --- a/Biz/Test.hs +++ b/Biz/Test.hs @@ -87,13 +87,13 @@ expected @?!= actual = assertNotEqual "" expected actual infixl 2 @?!= --- | +-- | expectedVal @=? actualVal (@=?) :: (Eq a, Show a) => a -> a -> HUnit.Assertion a @=? b = a HUnit.@=? b infixl 2 @=? --- | +-- | actualVal @?= expectedVal (@?=) :: (Eq a, Show a) => a -> a -> HUnit.Assertion a @?= b = a HUnit.@?= b |