diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index 950f21ff1..e63bb821f 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -156,8 +156,8 @@ PERFECT_FILES = [ ('tests/unit/completion/test_models.py', 'completion/models/urlmodel.py'), - ('tests/unit/completion/test_sqlcategory.py', - 'completion/models/sqlcategory.py'), + ('tests/unit/completion/test_histcategory.py', + 'completion/models/histcategory.py'), ]