Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badasswp committed Jan 24, 2025
1 parent a59a2ab commit 6e5fd42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/php/Abstracts/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use AiPlusBlockEditor\Abstracts\Service;

/**
* @covers \AiPlusBlockEditor\Abstracts\Service::__construct
* @covers \AiPlusBlockEditor\Abstracts\Service::get_instance
*/
class ServiceTest extends TestCase {
Expand Down
1 change: 0 additions & 1 deletion tests/php/Services/BootTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use AiPlusBlockEditor\Abstracts\Service;

/**
* @covers \AiPlusBlockEditor\Services\Boot::__construct
* @covers \AiPlusBlockEditor\Services\Boot::register
* @covers \AiPlusBlockEditor\Services\Boot::register_translation
*/
Expand Down

0 comments on commit 6e5fd42

Please sign in to comment.