Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Dec 16, 2024
1 parent 8a7c506 commit db8971b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kedro-datasets/tests/ibis/test_table_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ def test_exists(self, table_dataset, dummy_table):
table_dataset.save(dummy_table)
assert table_dataset.exists()

@pytest.mark.parametrize("load_args", [{"database": "test"}], indirect=True)
def test_load_extra_params(self, table_dataset, load_args):
"""Test overriding the default load arguments."""
assert "database" in table_dataset.load()

@pytest.mark.parametrize("save_args", [{"materialized": "table"}], indirect=True)
def test_save_extra_params(self, table_dataset, save_args, dummy_table, database):
"""Test overriding the default save arguments."""
Expand Down

0 comments on commit db8971b

Please sign in to comment.