Skip to content

Commit cc82c64

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c2a2533 commit cc82c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/contents/test_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ async def test_rename(jp_contents_manager):
857857
async def test_rename_nonexistent(jp_contents_manager):
858858
"""Test renaming a non-existent file/directory returns 404 error"""
859859
cm = jp_contents_manager
860-
860+
861861
# Test with non-existent file
862862
with pytest.raises(HTTPError) as e:
863863
await ensure_async(cm.rename("nonexistent_file.txt", "new_name.txt"))

0 commit comments

Comments
 (0)