mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
Placate hlint.
This commit is contained in:
parent
2d4dadb167
commit
3d73efc6d3
@ -15,7 +15,7 @@ spec = parallel $ do
|
||||
|
||||
describe "union" $ do
|
||||
it "should return those elements in either a or b" $
|
||||
Map.union a b `shouldBe` Map.fromList (Map.toList a ++ [ ("d", -4) ])
|
||||
Map.union a b `shouldBe` Map.fromList (Map.toList a <> [ ("d", -4) ])
|
||||
|
||||
it "is asymmetrical" $
|
||||
Map.union a b `shouldNotBe` Map.union b a
|
||||
|
Loading…
Reference in New Issue
Block a user