diff --git a/tests/controllers/CategoryControllerTest.php b/tests/controllers/CategoryControllerTest.php index 0a13d671d6..c4ca304ce6 100644 --- a/tests/controllers/CategoryControllerTest.php +++ b/tests/controllers/CategoryControllerTest.php @@ -57,7 +57,7 @@ class CategoryControllerTest extends TestCase $this->call('GET', '/categories/delete/' . $category->id); $this->assertResponseOk(); - $this->assertViewHas('subTitle', 'Delete category' . e($category->name) . '"'); + $this->assertViewHas('subTitle', 'Delete category "' . e($category->name) . '"'); } public function testDestroy()