CI: Fix typo in error message

closes https://github.com/official-stockfish/Stockfish/pull/6624

No functional change
This commit is contained in:
ByteBuf
2026-02-28 12:00:08 +01:00
committed by Joost VandeVondele
parent 0571e4e390
commit b6769f101c
+1 -1
View File
@@ -237,7 +237,7 @@ class MiniTestFramework:
if isinstance(e, UnexpectedOutputException):
self.print_failure(
f" {method} encountered unexpeted output: \"{e.actual}\" when output matching \"{e.expected}\" was expected"
f" {method} encountered unexpected output: \"{e.actual}\" when output matching \"{e.expected}\" was expected"
)
if isinstance(e, AssertionError):