mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 10:11:21 +00:00
More cleanup.
This commit is contained in:
@@ -19,7 +19,7 @@ class ChartPiggyBankControllerTest extends TestCase
|
||||
public function testHistory()
|
||||
{
|
||||
$this->be($this->user());
|
||||
$response = $this->call('GET', '/chart/piggy-bank/1');
|
||||
$this->assertEquals(200, $response->status());
|
||||
$this->call('GET', '/chart/piggy-bank/1');
|
||||
$this->assertResponseStatus(200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user