Skip to content

Commit 740e44b

Browse files
committed
Debug CI
1 parent e0c8403 commit 740e44b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/database_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def assert_result(df, users)
168168

169169
def assert_schema(df)
170170
schema = df.schema
171+
p schema
171172

172173
assert_equal Polars::Int64, schema["id"]
173174
assert_equal Polars::String, schema["name"]

0 commit comments

Comments
 (0)