mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Fixed test to match fixed controller.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user