codestyle: hint at type we actually use
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
e7ae259897
commit
623dda64b7
1 changed files with 1 additions and 1 deletions
2
tests.py
2
tests.py
|
|
@ -72,7 +72,7 @@ def TC(**kwargs) -> TeilchenCreate | None:
|
|||
],
|
||||
)
|
||||
async def test_maketeilcheninput_can_create_desired_teilchen(
|
||||
example_input: str, expected: dict[str, str | int] | None
|
||||
example_input: str, expected: TeilchenCreate | None
|
||||
) -> None:
|
||||
|
||||
actual = await make_teilchen_input(example_input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue