more tests

This commit is contained in:
jonaswinkler
2020-12-22 13:04:08 +01:00
parent f42e5bf1e5
commit b7d310ef90
2 changed files with 15 additions and 2 deletions

View File

@@ -51,6 +51,6 @@ def parser_check(app_configs, **kwargs):
if len(parsers) == 0:
return [Error("No parsers found. This is a bug. The consumer won't be "
"able to onsume any documents without parsers.")]
"able to consume any documents without parsers.")]
else:
return []