Skip to content

Commit

Permalink
double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jan 22, 2025
1 parent 94cef91 commit b39dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_files/tests/test_shell_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def test_print_statement_darwin(monkeypatch):
def test_print_statement_non_darwin(monkeypatch):
importlib.reload(pythonrc)
with monkeypatch.context() as m:
m.setattr('builtins.print', Mock())
m.setattr("builtins.print", Mock())
importlib.reload(sys.modules["pythonrc"])
print.assert_any_call("Ctrl click to launch VS Code Native REPL")

0 comments on commit b39dcd1

Please sign in to comment.