Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Dec 3, 2024
1 parent 6ce1760 commit 178861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/tests/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_read_df_and_write_success(fname, extension):
)
def test_read_df_and_write_fail(fname, extension):
with pytest.raises(
NotImplementedError, match=r"Invalid extension provided: ''. Supported extensions are `.csv` or `.parquet`."):
NotImplementedError, match=r"Invalid extension provided: '.'. Supported extensions are `.csv` or `.parquet`."):
os.chdir(tmp_path)
os.makedirs("data", exist_ok=True)
os.chdir("data")
Expand Down

0 comments on commit 178861a

Please sign in to comment.