diff --git a/app/tests/Controller/User/RegisterUserActionTest.php b/app/tests/Controller/User/RegisterUserActionTest.php index fcf436a..b106017 100644 --- a/app/tests/Controller/User/RegisterUserActionTest.php +++ b/app/tests/Controller/User/RegisterUserActionTest.php @@ -6,7 +6,6 @@ use Slovocast\Tests\TestCase; use Slovocast\Domain\Repository\UserRepositoryInterface; use Slovocast\Domain\Entity\User; use Odan\Session\SessionInterface; -use Odan\Session\FlashInterface; use Psr\Http\Message\ServerRequestInterface as Request; class RegisterUserActionTest extends TestCase