mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
Silence a warning.
This commit is contained in:
parent
a327ab67a4
commit
4869729770
@ -12,7 +12,7 @@ spec :: Spec
|
|||||||
spec = parallel $ do
|
spec = parallel $ do
|
||||||
describe "difference" $ do
|
describe "difference" $ do
|
||||||
it "should return those elements of a not in b" $
|
it "should return those elements of a not in b" $
|
||||||
Map.difference a b `shouldBe` Map.fromList [ ("a", 1) ]
|
Map.difference a b `shouldBe` Map.fromList [ ("a", 1) :: (Text, Integer) ]
|
||||||
|
|
||||||
it "is asymmetrical" $
|
it "is asymmetrical" $
|
||||||
Map.difference a b `shouldNotBe` Map.difference b a
|
Map.difference a b `shouldNotBe` Map.difference b a
|
||||||
|
Loading…
Reference in New Issue
Block a user