Skip to content

Commit 008cab4

Browse files
committed
Update regression tests
1 parent 3958337 commit 008cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Regressions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ issue491 :: TestTree
270270
issue491 = localOption (mkTimeout 1000000) $ testGroup "issue491" $
271271
[ testCase "1" $ assert $ m [0, -1] `HML.isSubmapOf` m [0, -1]
272272
, testCase "2" $ assert $ m [1, 0b11111] `HML.isSubmapOf` m [1, 0b11111]
273-
, testCase "3" $ assert $ m [1, 0b11111] `HML.isSubmapOf` m [1, 0b11111, 42]
273+
, testCase "3" $ assert $ m [0, 1] `HML.isSubmapOf` m [0, 1, 0b11111]
274274
]
275275
where m = HS.toMap . HS.fromList @Int
276276

0 commit comments

Comments
 (0)