From b0fbe541816b5813062c3bbec5a151cfb987f5f8 Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Sat, 2 Oct 2021 09:15:52 +0200 Subject: [PATCH] removes duplicated test --- tests/Features/Exceptions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Features/Exceptions.php b/tests/Features/Exceptions.php index 8d252e3b..22d9d4ea 100644 --- a/tests/Features/Exceptions.php +++ b/tests/Features/Exceptions.php @@ -43,7 +43,3 @@ it('can just define the message if given condition is 1', function () { it('can handle a skipped test if it is trying to catch an exception', function () { expect(1)->toBe(2); })->throws(ExpectationFailedException::class)->skip('this test should be skipped')->only(); - -it('debug', function () { - expect(2)->toBe(2); -})->skip('this test should be skipped')->only();