Skip to content

Commit 50211fc

Browse files
committed
Update test-columnar.jl
1 parent 22b10d5 commit 50211fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-columnar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ all_df_sink = to_table(mtg, vars=[:Width, :Length], sink=DataFrame)
5959
@test :Width in Symbol.(names(all_df_sink))
6060

6161
all_table_str = sprint(show, MIME("text/plain"), all_selected_kw)
62-
@test occursin("ColumnTable", all_table_str)
62+
@test occursin("Attributes Table", all_table_str)
6363
@test occursin("node_id", all_table_str)
6464
@test occursin("Width", all_table_str)
6565
@test occursin("Symbols:", all_table_str)

0 commit comments

Comments
 (0)