mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Fix tests.
This commit is contained in:
@@ -97,7 +97,7 @@ class BudgetControllerTest extends TestCase
|
||||
$this->call('GET', '/budgets/delete/' . $budget->id);
|
||||
|
||||
$this->assertResponseOk();
|
||||
$this->assertViewHas('subTitle', 'Delete budget' . e($budget->name) . '"');
|
||||
$this->assertViewHas('subTitle', 'Delete budget "' . e($budget->name) . '"');
|
||||
$this->assertViewHas('budget');
|
||||
$this->assertSessionHas('budgets.delete.url');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user