Fix tests

This commit is contained in:
David Peter
2025-10-22 14:41:46 +02:00
parent 195669f33d
commit 9c4278da4e
5 changed files with 8 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ class FuzzResult:
case Executable.TY:
panic_message = f"The following code triggers a {new}ty panic:"
case _ as unreachable:
assert_never(unreachable) # ty: ignore[type-assertion-failure]
assert_never(unreachable)
print(colored(panic_message, "red"))
print()