mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
CI: Fix typo in error message
closes https://github.com/official-stockfish/Stockfish/pull/6624 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
0571e4e390
commit
b6769f101c
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user