Skip to content

Commit

Permalink
Fix expected column type
Browse files Browse the repository at this point in the history
  • Loading branch information
gregszero committed Nov 20, 2024
1 parent e8cea27 commit 7f52c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/duckdb_test/column_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_type
expected.push(:list)
expected.push(:struct)
expected.push(:uuid)
expected.push(:json)
expected.push(:varchar)
assert_equal(
expected,
@columns.map(&:type)
Expand Down

0 comments on commit 7f52c35

Please sign in to comment.