Skip to content

Commit

Permalink
Fix type in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 6, 2023
1 parent 50775af commit bdb3988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/phpunit/Checker/Check_Categories_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public function test_filter_checks_by_categories( array $categories, array $all_
$this->repository->register_check( $check[0], $check[1] );
}

$checks = $this->repository->get_checks()
->to_map();
$checks = $this->repository->get_checks();

$check_categories = new Check_Categories();
$filtered_checks = $check_categories->filter_checks_by_categories( $checks, $categories );
Expand Down

0 comments on commit bdb3988

Please sign in to comment.