Skip to content

Commit

Permalink
tests pass for real
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Dec 21, 2023
1 parent 2eff53f commit 7bf017d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/dataframes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@ cr = "c"
@testset "limits of @select" begin
## Test for not-implemented or strange behavior
@test_throws LoadError @eval @select(df, [:i, :g])
@test_throws LoadError @eval @select(df, All())
@test_throws LoadError @eval @select(df, Between(:i, :t)).Between == df.i
@test_throws LoadError @eval @select(df, Not(:i)).Not == df.i
@test_throws LoadError @eval @select(df, Not([:i, :g]))
@test_throws LoadError @eval @select(df, :n = sum(Between(:i, :t)))
end

Expand Down

0 comments on commit 7bf017d

Please sign in to comment.