Skip to content

Commit 0174ad3

Browse files
committed
Fix test on FeatureTestTrait
1 parent 9793e16 commit 0174ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Test/FeatureTestTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function testIgnores(): void
288288
],
289289
]);
290290
$response = $this->get('home');
291-
$response->assertEmpty($response->response()->getBody());
291+
$this->assertEmpty($response->response()->getBody());
292292
}
293293

294294
public function testEchoesWithParams(): void

0 commit comments

Comments
 (0)