Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmanase committed Nov 17, 2022
1 parent 09b7ab9 commit 0a6873d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Features/Datasets.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ function (int $text) use (
test('eager registered wrapped datasets with Generator functions display description', function ($wrapped_generator_state_with_description) {
expect($wrapped_generator_state_with_description)->not->toBeEmpty();
})->with(function () {
yield 'taylor' => 'foo@bar.com';
yield 'james' => 'bar@foo.com';
yield 'taylor' => 'taylor@laravel.com';
yield 'james' => 'james@laravel.com';
});

it('can resolve a dataset after the test case is available', function ($result) {
Expand Down

0 comments on commit 0a6873d

Please sign in to comment.