Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Dec 27, 2024
1 parent 53b1b9f commit 0a45b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/17_deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ≅ = isequal
@test x ["a", missing, missing]

x = cut([1, missing, 100], [1, 2], allow_missing=true)
@test x ["[1, 2)", missing, missing]
@test x ["[1, 2]", missing, missing]
end

end

0 comments on commit 0a45b65

Please sign in to comment.