Skip to content

Commit

Permalink
Change example test name
Browse files Browse the repository at this point in the history
  • Loading branch information
efuller committed Jun 18, 2024
1 parent 21bcd22 commit f76c050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MyExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use WP_Newsletter_Builder\Tests\Test_Case;

class Test_Example extends Test_Case {
class MyExampleTest extends Test_Case {
public function test_example() {
$this->assertTrue( true );
}
Expand Down

0 comments on commit f76c050

Please sign in to comment.