Skip to content

Commit 1d11e38

Browse files
committed
fix: 🐛 Restore test cases
1 parent bbd38f5 commit 1d11e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_build_reads_uri_from_flower_toml(tmp_path, monkeypatch):
103103

104104
_HELP_PAGE = dedent(
105105
"""\
106-
Usge: seedcase-flower COMMAND
106+
Usage: seedcase-flower COMMAND
107107
108108
Flower generates human-readable documentation from Data Packages.
109109
@@ -117,7 +117,7 @@ def test_build_reads_uri_from_flower_toml(tmp_path, monkeypatch):
117117

118118
_BUILD_HELP_PAGE = dedent(
119119
"""\
120-
sage: seedcase-flower build [ARGS]
120+
Usage: seedcase-flower build [ARGS]
121121
122122
Build human-readable documentation from a datapackage.json file.
123123

0 commit comments

Comments
 (0)