From e3ea43aa00865c210c48509e7ce1c66ebe838a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 23 Mar 2022 22:15:43 +0100 Subject: [PATCH] remove import --- tests/Pest/FromTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Pest/FromTest.php b/tests/Pest/FromTest.php index e176174..9ec5ce3 100644 --- a/tests/Pest/FromTest.php +++ b/tests/Pest/FromTest.php @@ -1,7 +1,5 @@ expect(Status::from(0)) ->toBe(Status::PENDING);