Skip to content

Commit 642ae7d

Browse files
tekersonpaf31
authored andcommitted
Fix test for foldrDefault (#79)
* Fix test for foldrDefault The test labelled "Test foldrDefault" was calling the function to test fold*l*Default (`testFoldableFoldlDefault`). The test for foldrDefault (`testFoldableFoldrDefault`) was never called.
1 parent d4f0200 commit 642ae7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ main = do
4242
testFoldableFoldlDefault 20
4343

4444
log "Test foldrDefault"
45-
testFoldableFoldlDefault 20
45+
testFoldableFoldrDefault 20
4646

4747
log "Test traversableArray instance"
4848
testTraversableArrayWith 20

0 commit comments

Comments
 (0)