mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Fix test (#399)
This commit is contained in:
@@ -128,7 +128,7 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
|
||||
entry = account.entries.create!(
|
||||
name: "Grocery shopping",
|
||||
date: weekday_date,
|
||||
amount: -50.00,
|
||||
amount: 50.00,
|
||||
currency: "USD",
|
||||
entryable: Transaction.new(
|
||||
category: expense_category,
|
||||
@@ -142,7 +142,7 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
|
||||
weekend_entry = account.entries.create!(
|
||||
name: "Weekend shopping",
|
||||
date: weekend_date,
|
||||
amount: -75.00,
|
||||
amount: 75.00,
|
||||
currency: "USD",
|
||||
entryable: Transaction.new(
|
||||
category: expense_category,
|
||||
|
||||
Reference in New Issue
Block a user