mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Fix tests
This commit is contained in:
parent
a12270b7c9
commit
5ce6011137
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class ValuationsControllerTest < ActionDispatch::IntegrationTest
|
|||
assert_no_difference [ "Entry.count", "Valuation.count" ] do
|
||||
post valuations_url(@entry.account), params: {
|
||||
entry: {
|
||||
account_id: @entry.account_id,
|
||||
amount: 19800,
|
||||
date: @entry.date,
|
||||
currency: "USD"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue