Removed argument

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-02-17 21:48:09 +11:00 committed by GitHub
parent 152d982644
commit 017b16b803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ def test_unexpected_end(tmp_path: Path) -> None:
pass
def test_cannot_find_subfile(tmp_path: Path) -> None:
def test_cannot_find_subfile() -> None:
with pytest.raises(OSError):
with TarIO.TarIO(TEST_TAR_FILE, "test"):
pass