diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 8a19f32..7c8e911 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -1,5 +1,5 @@ toBe(true); + expect(true)->toBe(true); }); diff --git a/tests/Integration/ExampleTest.php b/tests/Integration/ExampleTest.php index 8a19f32..7c8e911 100644 --- a/tests/Integration/ExampleTest.php +++ b/tests/Integration/ExampleTest.php @@ -1,5 +1,5 @@ toBe(true); + expect(true)->toBe(true); });