mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 07:10:48 +00:00
Fix tests.
This commit is contained in:
@@ -67,7 +67,7 @@ class BillControllerTest extends TestCase
|
||||
$bill = FactoryMuffin::create('FireflyIII\Models\Bill');
|
||||
$this->be($bill->user);
|
||||
$this->call('GET', '/bills/delete/' . $bill->id);
|
||||
$this->assertViewHas('subTitle', 'Delete "' . e($bill->name) . '"');
|
||||
$this->assertViewHas('subTitle', 'Delete bill "' . e($bill->name) . '"');
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user