mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various small fixes.
This commit is contained in:
@@ -129,10 +129,10 @@ class BudgetControllerTest extends TestCase
|
||||
public function testPostUpdateIncome()
|
||||
{
|
||||
$data = [
|
||||
'amount' => 200,
|
||||
'amount' => '200',
|
||||
];
|
||||
$this->be($this->user());
|
||||
$this->call('post', route('budgets.income.post', [1]), $data);
|
||||
$this->call('post', route('budgets.income.post'), $data);
|
||||
$this->assertResponseStatus(302);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user