Skip to content

Commit 2df825d

Browse files
rayangleri80and
authored andcommitted
Fix MWS test
1 parent 6d02370 commit 2df825d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snooty/test_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ def test_mongo_web_shell() -> None:
18291829
assert diagnostics == []
18301830
check_ast_testing_string(
18311831
page.ast,
1832-
"""<root>
1832+
"""<root fileid="test.rst">
18331833
<directive domain="mongodb" name="mongo-web-shell"/>
18341834
</root>""",
18351835
)
@@ -1847,7 +1847,7 @@ def test_mongo_web_shell() -> None:
18471847
assert diagnostics == []
18481848
check_ast_testing_string(
18491849
page.ast,
1850-
"""<root>
1850+
"""<root fileid="test.rst">
18511851
<directive domain="mongodb" name="mongo-web-shell" version="4.2"/>
18521852
</root>""",
18531853
)

0 commit comments

Comments
 (0)