diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7de43c6..2874504 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -215,7 +215,7 @@ testpaths = ["tests"] pythonpath = [".", "src"] addopts = "--strict-markers" markers = [ - "num_tests: number ts to create in the database (default: 10)", + "num_tests: number of tests to create in the database (default: 10)", ] [tool.coverage.paths]