We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b6331 commit 7cf01e5Copy full SHA for 7cf01e5
1 file changed
tests/test_fuzzing.py
@@ -154,7 +154,7 @@ def test_manifest_can_be_created(data):
154
155
@given(manifest_strategy)
156
def test_check(data):
157
- """Validate check comand."""
+ """Validate check command."""
158
with suppress(DfetchFatalException):
159
with tempfile.TemporaryDirectory() as tmpdir:
160
with in_directory(tmpdir):
@@ -165,7 +165,7 @@ def test_check(data):
165
166
167
def test_update(data):
168
- """Validate update comand."""
+ """Validate update command."""
169
170
171
0 commit comments