Skip to content

Commit

Permalink
Improve test method name
Browse files Browse the repository at this point in the history
Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
  • Loading branch information
astrojuanlu and merelcht authored Aug 17, 2023
1 parent 754a6ba commit bd07ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/tests/polars/test_generic_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def excel_data_set_overwrite(dummy_dataframe: pl.DataFrame, filepath_excel):


class TestGenericExcelDataSet:
def test_assert_write_mode(self):
def test_assert_write_mode_fails(self):
pattern = (
"Write mode `test` is not supported. "
"Allowed values are: overwrite, ignore."
Expand Down

0 comments on commit bd07ee7

Please sign in to comment.