Skip to content

Commit

Permalink
Updated LanPlayTest
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 25, 2025
1 parent fee094f commit e9725a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/Play/LanPlayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function cxb8_q()
*/
public function b4_a6_b5_h6_h3_c5_g3_h5_b6()
{
$expected = 'rnbqkbnr/1p1pppp1/pP6/2p4p/8/6PP/P1PPPP2/RNBQKBNR b KQkq - 0';
$expected = 'rnbqkbnr/1p1pppp1/pP6/2p4p/8/6PP/P1PPPP2/RNBQKBNR b KQkq - 0 5';

$board = (new LanPlay('b2b4 a7a6 b4b5 h7h6 h2h3 c7c5 g2g3 h6h5 b5b6'))->validate()->board;

Expand All @@ -104,7 +104,7 @@ public function b4_a6_b5_h6_h3_c5_g3_h5_b6()
*/
public function a4_b5_axb5_a6_b6()
{
$expected = 'rnbqkbnr/2pppppp/pP6/8/8/8/1PPPPPPP/RNBQKBNR b KQkq - 0';
$expected = 'rnbqkbnr/2pppppp/pP6/8/8/8/1PPPPPPP/RNBQKBNR b KQkq - 0 3';

$board = (new LanPlay('a2a4 b7b5 a4b5 a7a6 b5b6'))->validate()->board;

Expand Down

0 comments on commit e9725a7

Please sign in to comment.