From dbef162fa6c9433d17492bb1fe7fc97feb5bb20b Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 13 Mar 2023 18:12:20 +0100 Subject: [PATCH] failing test --- tests/Features/DatasetsTests.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Features/DatasetsTests.php b/tests/Features/DatasetsTests.php index 56ea47b4..5d1b1ca1 100644 --- a/tests/Features/DatasetsTests.php +++ b/tests/Features/DatasetsTests.php @@ -269,8 +269,7 @@ it('can resolve a dataset after the test case is available', function ($result) ], ]); - -it('can resolve a dataset after the test case is available with multiple datasets', function ($result, $result2) { +it('can resolve a dataset after the test case is available with multiple datasets', function (string $result, string $result2) { expect($result)->toBe('bar'); })->with([ function () {