Commit 3e55f21
committed
Fix test typing
Previously there was a test which violated type-hints.
As we can not keep having the test _and_ type hints on that test, the
test itself was rewritten to test a semantically slightly different but
similar edge case.
The original test case is of course prevented when using type-hints (i.e
not passing `None` to a function that doesn't accept `None`)
Signed-off-by: Florian Wagner <[email protected]>1 parent 7a26a31 commit 3e55f21
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments