diff --git a/tests/Features/Macro.php b/tests/Features/Macro.php index bb230e19..c90a3ea3 100644 --- a/tests/Features/Macro.php +++ b/tests/Features/Macro.php @@ -8,8 +8,6 @@ uses(Macroable::class); beforeEach(function () { $this->macro('bar', function () { assertInstanceOf(TestCase::class, $this); - - return $this; }); });