Skip to content

Commit 0ebbd89

Browse files
committed
Remove broken test (see #28)
1 parent 093cbfd commit 0ebbd89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Main.purs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ main = do
113113
then log "passed"
114114
else throw "failed"
115115

116-
log "upsert = insertWith (const f)"
117-
quickCheck $ \f k v (a :: Array (Tuple SmallInt Int)) ->
118-
let m = arbitraryHM a
119-
in HM.upsert f k v m === HM.insertWith (const f) k v m
120-
121116
log "Recheck #28"
122117
nowGood' gh28
123118

0 commit comments

Comments
 (0)