failing test

This commit is contained in:
Fabio Ivona
2023-03-13 18:12:20 +01:00
parent 1bd9c9e60d
commit dbef162fa6

View File

@ -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 () {