Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 8f43498

Browse files
committed
Fix: Remove incorrect comma.
Black
1 parent b0e8ef2 commit 8f43498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runestone/common/test/test_error/test_add_js_error.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_1(selenium_module_fixture):
9-
assert(
10-
"Extension error:\nUnable to find this_file_does_not_exist.js in html_static_path." in
11-
selenium_module_fixture.build_stderr_data,
9+
assert (
10+
"Extension error:\nUnable to find this_file_does_not_exist.js in html_static_path."
11+
in selenium_module_fixture.build_stderr_data
1212
)

0 commit comments

Comments
 (0)