Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored and cpcloud committed May 11, 2022
1 parent d556122 commit a391bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibis_substrait/tests/compiler/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ def test_translate_table_expansion(compiler):
"baseSchema": {
"names": ["a", "b"],
"struct": {
"nullability": "NULLABILITY_REQUIRED",
"types": [
{"i32": {"nullability": "NULLABILITY_NULLABLE"}},
{"i64": {"nullability": "NULLABILITY_NULLABLE"}},
]
],
},
},
"namedTable": {"names": ["table0"]},
Expand Down

0 comments on commit a391bc1

Please sign in to comment.