Skip to content

Commit b39dcd1

Browse files
committed
double quote
1 parent 94cef91 commit b39dcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/tests/test_shell_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ def test_print_statement_darwin(monkeypatch):
7373
def test_print_statement_non_darwin(monkeypatch):
7474
importlib.reload(pythonrc)
7575
with monkeypatch.context() as m:
76-
m.setattr('builtins.print', Mock())
76+
m.setattr("builtins.print", Mock())
7777
importlib.reload(sys.modules["pythonrc"])
7878
print.assert_any_call("Ctrl click to launch VS Code Native REPL")

0 commit comments

Comments
 (0)