Skip to content

Commit 7cf01e5

Browse files
committed
Update test_fuzzing.py
fix typo
1 parent f5b6331 commit 7cf01e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_fuzzing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_manifest_can_be_created(data):
154154

155155
@given(manifest_strategy)
156156
def test_check(data):
157-
"""Validate check comand."""
157+
"""Validate check command."""
158158
with suppress(DfetchFatalException):
159159
with tempfile.TemporaryDirectory() as tmpdir:
160160
with in_directory(tmpdir):
@@ -165,7 +165,7 @@ def test_check(data):
165165

166166
@given(manifest_strategy)
167167
def test_update(data):
168-
"""Validate update comand."""
168+
"""Validate update command."""
169169
with suppress(DfetchFatalException):
170170
with tempfile.TemporaryDirectory() as tmpdir:
171171
with in_directory(tmpdir):

0 commit comments

Comments
 (0)