From b74a688677b811a0adbd7a75f9abb46b8c5b0001 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 5 Dec 2021 14:59:07 +0000 Subject: [PATCH] tests: style --- tests/Features/Expect/pipes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Features/Expect/pipes.php b/tests/Features/Expect/pipes.php index e6808dbb..5e311e07 100644 --- a/tests/Features/Expect/pipes.php +++ b/tests/Features/Expect/pipes.php @@ -2,7 +2,6 @@ declare(strict_types=1); -use Pest\Exceptions\ExpectationNotFound; use function PHPUnit\Framework\assertEquals; use function PHPUnit\Framework\assertEqualsIgnoringCase; use function PHPUnit\Framework\assertInstanceOf;