Skip to content

Commit

Permalink
Move test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 17, 2024
1 parent 25de233 commit bafce58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/testsuite/reductions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ end
@test compare((A, B) -> isequal(A, B), AT, Ac, Bc)
end
end

# missing values should only trip up ==
@test compare((A, B) -> A == B, AT, [missing], [missing])
@test compare((A, B) -> isequal(A, B), AT, [missing], [missing])
end

# missing values should only trip up ==
@test compare((A, B) -> A == B, AT, [missing], [missing])
@test compare((A, B) -> isequal(A, B), AT, [missing], [missing])
end

0 comments on commit bafce58

Please sign in to comment.