mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 03:08:09 +00:00
Fix tests.
This commit is contained in:
@@ -150,7 +150,7 @@ class TransactionControllerTest extends TestCase
|
|||||||
'date' => '2015-01-01',
|
'date' => '2015-01-01',
|
||||||
];
|
];
|
||||||
$this->be($this->user());
|
$this->be($this->user());
|
||||||
$this->call('POST', '/transaction/update/1', $args);
|
$this->call('POST', '/transaction/update/4', $args);
|
||||||
$this->assertResponseStatus(302);
|
$this->assertResponseStatus(302);
|
||||||
$this->assertSessionHas('success');
|
$this->assertSessionHas('success');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user