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 76d75dd commit 6adea3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function test_wp_find_hierarchy_loop_tortoise_hare() {
$result = wp_find_hierarchy_loop_tortoise_hare(
static function ( $id ) {
return 1;
},
},
1
);
$this->assertEquals( 1, $result );
Expand Down

0 comments on commit 6adea3d

Please sign in to comment.