Skip to content

Commit 017b16b

Browse files
radarherehugovk
andauthored
Removed argument
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 152d982 commit 017b16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_tar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_unexpected_end(tmp_path: Path) -> None:
4040
pass
4141

4242

43-
def test_cannot_find_subfile(tmp_path: Path) -> None:
43+
def test_cannot_find_subfile() -> None:
4444
with pytest.raises(OSError):
4545
with TarIO.TarIO(TEST_TAR_FILE, "test"):
4646
pass

0 commit comments

Comments
 (0)