We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b10d5 commit 50211fcCopy full SHA for 50211fc
1 file changed
test/test-columnar.jl
@@ -59,7 +59,7 @@ all_df_sink = to_table(mtg, vars=[:Width, :Length], sink=DataFrame)
59
@test :Width in Symbol.(names(all_df_sink))
60
61
all_table_str = sprint(show, MIME("text/plain"), all_selected_kw)
62
-@test occursin("ColumnTable", all_table_str)
+@test occursin("Attributes Table", all_table_str)
63
@test occursin("node_id", all_table_str)
64
@test occursin("Width", all_table_str)
65
@test occursin("Symbols:", all_table_str)
0 commit comments