Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Oct 7, 2024
1 parent b969000 commit 6b8dcec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function test_run_with_badly_named_errors() {
$errors = $check_result->get_errors();

$this->assertNotEmpty( $errors );
$this->assertEquals( 5, $check_result->get_error_count() );
$this->assertEquals( 3, $check_result->get_error_count() );

// Check for invalid name error.
$this->assertArrayHasKey( 0, $errors['plugin name.php'] );
Expand Down

0 comments on commit 6b8dcec

Please sign in to comment.