From b83f17ed75c0ebdaff00b1c398dd847fa852a3f3 Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Sun, 25 Aug 2024 23:49:15 +0200 Subject: [PATCH] boyscouting --- tests/Feature/ExampleTest.php | 2 +- tests/Integration/ExampleTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); });