Skip to content

Commit

Permalink
Fix test on FeatureTestTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Nov 28, 2023
1 parent 9793e16 commit 0174ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Test/FeatureTestTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function testIgnores(): void
],
]);
$response = $this->get('home');
$response->assertEmpty($response->response()->getBody());
$this->assertEmpty($response->response()->getBody());
}

public function testEchoesWithParams(): void
Expand Down

0 comments on commit 0174ad3

Please sign in to comment.