Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 22, 2024
1 parent e01c23b commit b2e65b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/SanSignalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function a7()
$expectedUnnormalized = [ 0.0, 3.0 ];
$expectedNormalized = [ 0.0, 3.0 ];

$fen = '7k/8/P7/8/8/8/8/7K w - -';
$fen = '4k3/8/P7/8/8/8/8/4K3 w - -';
$movetext = '1.a7';
$board = FenToBoardFactory::create($fen);
$sanSignal = new SanSignal(self::$function, $movetext, $board);
Expand Down Expand Up @@ -325,7 +325,7 @@ public function h7()
$expectedUnnormalized = [ 0.0, 3.0 ];
$expectedNormalized = [ 0.0, 3.0 ];

$fen = 'k7/8/7P/8/8/8/8/K7 w - -';
$fen = '4k3/8/7P/8/8/8/8/4K3 w - -';
$movetext = '1.h7';
$board = FenToBoardFactory::create($fen);
$sanSignal = new SanSignal(self::$function, $movetext, $board);
Expand Down

0 comments on commit b2e65b3

Please sign in to comment.