Skip to content

Commit 34368c8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)