mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Cleanup.
This commit is contained in:
@@ -75,7 +75,7 @@ class BillControllerTest extends TestCase
|
||||
Amount::shouldReceive('getCurrencyCode')->andReturn('X');
|
||||
|
||||
$this->call('GET', '/bills/create');
|
||||
$this->assertViewHas('subTitle', 'Create new');
|
||||
$this->assertViewHas('subTitle', 'Create new bill');
|
||||
$this->assertResponseOk();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user