Fix tests.

This commit is contained in:
James Cole 2017-01-05 08:52:45 +01:00
parent b575b87f77
commit a609a47138
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -94,7 +94,7 @@ class SingleControllerTest extends TestCase
$data = [
'what' => 'withdrawal',
'amount' => 10,
'amount' => '10',
'amount_currency_id_amount' => 1,
'source_account_id' => 1,
'destination_account_name' => 'Some destination',
@ -119,7 +119,7 @@ class SingleControllerTest extends TestCase
'description' => 'Updated groceries',
'source_account_id' => 1,
'destination_account_name' => 'PLUS',
'amount' => 123,
'amount' => '123',
'amount_currency_id_amount' => 1,
'budget_id' => 1,
'category' => 'Daily groceries',