Skip to content

Commit 3ea7c6a

Browse files
committed
fix typo
1 parent 3fb4aaa commit 3ea7c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ commands =
157157
type-checking: pyright src tests {posargs}
158158
pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
159159
docs: sphinx-{posargs:build -E} -T docs build/html
160-
tests-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov.xml --json-resport --json-report-file=report.json {posargs}
160+
tests-report: pytest -m 'not (s03 or adsim)' --cov=dodal --cov-report term --cov-report xml:cov.xml --json-report --json-report-file=report.json {posargs}
161161
"""
162162

163163
[tool.ruff]

0 commit comments

Comments
 (0)