Skip to content

Commit

Permalink
Fix another typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Jan 19, 2023
1 parent 4dcdabd commit 17c490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,5 @@ end
end

@testset "Deprecated first-arg walk API to fmap" begin
@test fmap(Functors.DefaultWalk(), nothing, (1, 2, 3)) == (1,2,3)
@test fmap(Functors.DefaultWalk(), nothing, (1, 2, 3)) == (1, 2, 3)
end

0 comments on commit 17c490b

Please sign in to comment.