Skip to content

Commit

Permalink
fix: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jun 28, 2024
1 parent 22fe26e commit 3f3517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_basic_initinfo():


@pytest.mark.api
def test_basic_not_implemented_yet1(tmp_path):
def test_basic_exclusive_mode(tmp_path):
with py7zr.SevenZipFile(tmp_path.joinpath("test_x.7z"), mode="x") as archive:
archive.write(os.path.join(testdata_path, "test1.txt"), "test1.txt")
with pytest.raises(FileExistsError):
Expand Down

0 comments on commit 3f3517d

Please sign in to comment.