From 0a6873d8a6ee31b9b9b2df534fa5f54e79412e9c Mon Sep 17 00:00:00 2001 From: Alex Manase Date: Thu, 17 Nov 2022 16:14:03 +0200 Subject: [PATCH] wip --- tests/Features/Datasets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Features/Datasets.php b/tests/Features/Datasets.php index 6839853cf..dcc7db3a7 100644 --- a/tests/Features/Datasets.php +++ b/tests/Features/Datasets.php @@ -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) {