diff --git a/test/grouping.jl b/test/grouping.jl index 5fd5433edc..fcb2787477 100644 --- a/test/grouping.jl +++ b/test/grouping.jl @@ -27,7 +27,6 @@ module TestGrouping @test isequal(bdf, combine(ga)) - # FIXME: shouldn't need Vector here g(df) = DataFrame(cmax1 = Vector(df[:cmax]) + 1) h(df) = g(f(df))