From a4ab7ac080c77eef460d0a0129d55ac9a42a4c0b Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 21 Sep 2019 17:29:17 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantAssetTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantAssetTest.php b/tests/TenantAssetTest.php index a3081cc0..248e7703 100644 --- a/tests/TenantAssetTest.php +++ b/tests/TenantAssetTest.php @@ -25,7 +25,7 @@ class TenantAssetTest extends TestCase // inaccessible via getContent, so ->assertSee() can't be used $this->assertFileExists($path); $response = $this->get(tenant_asset($filename)); - + $response->assertSuccessful(); $f = fopen($path, 'r');