mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 22:59:39 +02:00
* Fix #921 * Fix linter errors * Fix test failure * Remove unused keys * Add back html rendering * Remove .tool-versions from repository * Fix failing test
This commit is contained in:
parent
3d4def59d6
commit
9e1d8a753b
3 changed files with 11 additions and 8 deletions
|
@ -15,7 +15,7 @@ class Account::TransactionsControllerTest < ActionDispatch::IntegrationTest
|
|||
|
||||
test "should update transaction" do
|
||||
patch account_transaction_url(@transaction.account, @transaction), params: {
|
||||
transaction: {
|
||||
account_transaction: {
|
||||
account_id: @transaction.account_id,
|
||||
amount: @transaction.amount,
|
||||
currency: @transaction.currency,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue