Skip to content

Commit 7da6fe1

Browse files
committed
Update tests
1 parent 6b685ea commit 7da6fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ filename = joinpath(@__DIR__, "Chinook_Sqlite.sqlite")
99

1010
c = SQLiteConnection(filename)
1111

12-
dt = c.Album |> @filter(_.a > 3) |> DataTable
12+
dt = c.Album |> @filter(_.a > 3) |> @mutate(c = _.a * 3) |> DataTable
1313

1414
@test length(dt)==347
1515

0 commit comments

Comments
 (0)