Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed May 18, 2024
1 parent b2f4d14 commit abe0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/ApiControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function setUp() : void
#[\PHPUnit\Framework\Attributes\Group('module')]
public function testApiProfileCreate() : void
{
\Modules\Admin\tests\Helper::createAccounts(1);
\Modules\Admin\tests\Script::createAccounts(1);

$response = new HttpResponse();
$request = new HttpRequest();
Expand Down

0 comments on commit abe0996

Please sign in to comment.