mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix tests.
This commit is contained in:
parent
eb3d2b1749
commit
5cc22f49cf
@ -150,7 +150,7 @@ class TransactionControllerTest extends TestCase
|
||||
'date' => '2015-01-01',
|
||||
];
|
||||
$this->be($this->user());
|
||||
$this->call('POST', '/transaction/update/1', $args);
|
||||
$this->call('POST', '/transaction/update/4', $args);
|
||||
$this->assertResponseStatus(302);
|
||||
$this->assertSessionHas('success');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user