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

Commit 9869cc0

Browse files
committed
Fix: Correct warnings.
1 parent ac31400 commit 9869cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/lp/test/test_lp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def sphinx_setup():
7070

7171
# Make sure there were no unexpected warnings in the build.
7272
def test_1(selenium_module_fixture):
73-
assert selenium_module_fixture.build_stderr_data.count("WARNING") == 4
73+
assert selenium_module_fixture.build_stderr_data.count("WARNING") == 1
7474

7575

7676
# Make sure that the student source files were generated.

0 commit comments

Comments
 (0)