Skip to content

Commit b34a566

Browse files
committed
Remove trailing ,
1 parent d5bcfb6 commit b34a566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/abilities-api/wpRegisterAbility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function test_execute_ability_no_output_schema_match(): void {
220220
);
221221
$this->assertWPError(
222222
$actual,
223-
'Execution should fail due to output not matching schema.',
223+
'Execution should fail due to output not matching schema.'
224224
);
225225
$this->assertSame( 'ability_invalid_output', $actual->get_error_code() );
226226
$this->assertSame(

0 commit comments

Comments
 (0)