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';