Skip to content

Commit

Permalink
disconnect after running ibis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 17, 2024
1 parent 80e8cc3 commit ad8a179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/load/test_read_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def test_ibis_dataset_access(populated_pipeline: Pipeline) -> None:

items_table = ibis_connection.table(add_table_prefix(map_i("items")), database=dataset_name)
assert items_table.count().to_pandas() == total_records
ibis_connection.disconnect()


@pytest.mark.no_load
Expand Down

0 comments on commit ad8a179

Please sign in to comment.