Skip to content

Commit

Permalink
Why not passing?
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Jan 17, 2024
1 parent cfad038 commit 9d01348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_deltalake_output(tmp_path):
runner = CliRunner()
file = tmp_path / 'table'
result = runner.invoke(main, ["pyint,user_name", "-f", "deltalake", "-o", file])
print(result)
assert result.exit_code == 0
delta_table = deltalake.DeltaTable(file)
arrow_table = delta_table.to_pyarrow_table()
Expand Down

0 comments on commit 9d01348

Please # to comment.