Skip to content

Commit 59ddae5

Browse files
authored
Fix a test name (#533)
1 parent 53ffd98 commit 59ddae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Properties/HashMapLazy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tests =
182182
\(k :: Key) (v :: Int) x -> isValid (HM.insert k v x)
183183
]
184184
, testGroup "insertWith"
185-
[ testProperty "insertWith" $
185+
[ testProperty "model" $
186186
\(Fn2 f) k v (x :: HMKI) ->
187187
toOrdMap (HM.insertWith f k v x) === M.insertWith f k v (toOrdMap x)
188188
, testProperty "valid" $

0 commit comments

Comments
 (0)