Skip to content

Commit

Permalink
fix typo in num_tests marker description
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Jun 19, 2024
1 parent 406c646 commit 2a602cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2a602cd

Please sign in to comment.