Skip to content

Commit

Permalink
Fixing silly mistake on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsoC1s committed Mar 29, 2024
1 parent a361405 commit d4b8482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ struct CubeRooter end
@test disallowmissing([:a 1]) == [:a 1]
@test disallowmissing([:a 1]) isa AbstractArray{Any, 2}
@test_throws MethodError disallowmissing([1 missing])
@test_throws Union{MethodError, MethodError} disallowmissing([missing missing])
@test_throws Union{MethodError, ArgumentError} disallowmissing([missing missing])

# Lifting
## functor
Expand Down

0 comments on commit d4b8482

Please sign in to comment.