aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/test_pkgcheck_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_pkgcheck_scan.py b/tests/scripts/test_pkgcheck_scan.py
index 6c833c94..ddec4b0d 100644
--- a/tests/scripts/test_pkgcheck_scan.py
+++ b/tests/scripts/test_pkgcheck_scan.py
@@ -527,7 +527,7 @@ class TestPkgcheckScan:
@pytest.mark.parametrize('repo', repos)
def test_scan_repo_verbose(self, repo, tmp_path):
- """Scan a target repo in verbose mode, saving results for verfication."""
+ """Scan a target repo in verbose mode, saving results for verification."""
return self.test_scan_repo(repo, tmp_path, verbosity=1)
def _get_results(self, path):