Skip to content

Commit 2853cc5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell_lib/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_interactivity(
238238
try:
239239
assert cs.main(fname) == 0, "empty file"
240240
fname.write_text("abandonned\n")
241-
with mock.patch.object(sys, 'argv', ("-i", "-1", fname)):
241+
with mock.patch.object(sys, "argv", ("-i", "-1", fname)):
242242
with pytest.raises(SystemExit) as e:
243243
cs.main("-i", "-1", fname)
244244
assert e.type == SystemExit

0 commit comments

Comments
 (0)