Skip to content

Commit

Permalink
Update wpFindHierarchyLoopTortoiseHare.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pbearne authored Nov 13, 2023
1 parent b122d15 commit 76d75dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function ( $id ) {
array(),
true
);
$expected = array(
$expected = array(
1 => true,
2 => true,
);
Expand All @@ -71,7 +71,7 @@ static function ( $id ) {
array(),
true
);
$expected = array( 1 => true );
$expected = array( 1 => true );
$this->assertSame( $expected, $result );
}
}

0 comments on commit 76d75dd

Please sign in to comment.