Skip to content

Commit

Permalink
Merge pull request #247 from pdeffebach/test_fix
Browse files Browse the repository at this point in the history
Fix of === after DataFrames PR
  • Loading branch information
pdeffebach authored May 15, 2021
2 parents cb8ded5 + 85683ef commit 9762955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dataframes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ end

# non-copying
@test @transform!(df, n = :i).g === df.g
@test @transform!(df, n = :i).n === df.i
# mutating
df2 = copy(df)
@test @transform!(df, :i) === df
Expand Down

0 comments on commit 9762955

Please sign in to comment.