Skip to content

Commit

Permalink
Fix namespace in @Covers annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Aug 30, 2023
1 parent 439446f commit ec3ce74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class Migration_Tool_Test
*
* @covers \SenseiTest\Internal\Student_Progress\Tools\Migration_Tool
* @covers \Sensei\Internal\Student_Progress\Tools\Migration_Tool
*/
class Migration_Tool_Test extends \WP_UnitTestCase {
public function testInit_Always_AddsFilter(): void {
Expand Down

0 comments on commit ec3ce74

Please sign in to comment.