Skip to content

Commit b78d194

Browse files
mango-dbi80and
authored andcommitted
DOP-2332: tab drivers Mongo Shell -> MongoDB Shell
1 parent 5fc056b commit b78d194

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snooty/rstspec.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ platforms = [
15881588
{id = "linux", title = "Linux"},
15891589
]
15901590
drivers = [
1591-
{id = "shell", title = "Mongo Shell"},
1591+
{id = "shell", title = "MongoDB Shell"},
15921592
{id = "compass", title = "Compass"},
15931593
{id = "c", title = "C"},
15941594
{id = "cpp", title = "C++11"},

snooty/test_postprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ def test_language_selector() -> None:
488488
check_ast_testing_string(
489489
page.ast,
490490
"""
491-
<root fileid="tabs.txt" selectors="{'drivers': {'shell': [{'type': 'text', 'position': {'start': {'line': 3}}, 'value': 'Mongo Shell'}], 'python': [{'type': 'text', 'position': {'start': {'line': 3}}, 'value': 'Python'}]}}">
491+
<root fileid="tabs.txt" selectors="{'drivers': {'shell': [{'type': 'text', 'position': {'start': {'line': 3}}, 'value': 'MongoDB Shell'}], 'python': [{'type': 'text', 'position': {'start': {'line': 3}}, 'value': 'Python'}]}}">
492492
<directive name="tabs-pillstrip"><text>languages</text></directive>
493493
<directive name="tabs" hidden="True" tabset="drivers">
494-
<directive name="tab" tabid="shell"><text>Mongo Shell</text>
494+
<directive name="tab" tabid="shell"><text>MongoDB Shell</text>
495495
<paragraph><text>Shell</text></paragraph>
496496
</directive>
497497
<directive name="tab" tabid="python"><text>Python</text>

0 commit comments

Comments
 (0)