diff --git a/tests/Integration/StartedGenericContainerTest.php b/tests/Integration/StartedGenericContainerTest.php index 6ec5a5f..a59976c 100644 --- a/tests/Integration/StartedGenericContainerTest.php +++ b/tests/Integration/StartedGenericContainerTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace Testcontainers\Tests\Integration; use Testcontainers\Container\GenericContainer; -use Testcontainers\Wait\WaitForHostPort; class StartedGenericContainerTest extends ContainerTestCase {