Skip to content

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 5, 2023
1 parent 4df05d2 commit e14f9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def test_should_create_table_from_excel_file(path: str | Path, expected: Table)
assert table == expected


def test_should_raise_file_not_found() -> None:
def test_should_raise_if_file_not_found() -> None:
with pytest.raises(FileNotFoundError):
Table.from_excel_file(resolve_resource_path("test_table_from_excel_file_invalid.xls"))

0 comments on commit e14f9b9

Please sign in to comment.