From eb64113a3dfd5de21d0829f79adb59a721d6fbd3 Mon Sep 17 00:00:00 2001 From: Luke Downing Date: Mon, 13 Feb 2023 12:20:08 +0000 Subject: [PATCH] chore(cleanup): Tidy-up and tweaks of Pest Parallel integration. --- tests/Features/DatasetsTests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Features/DatasetsTests.php b/tests/Features/DatasetsTests.php index 2ca586e3..aeb0ba82 100644 --- a/tests/Features/DatasetsTests.php +++ b/tests/Features/DatasetsTests.php @@ -295,7 +295,6 @@ it('resolves a potential bound dataset logically even when the closure comes fir it('will not resolve a closure if it is type hinted as a closure', function (Closure $data) { expect($data())->toBeString(); - expect(true)->toBeFalse(); })->with([ function () { return 'foo';