mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
Allow CSV imports to be configured with single or multi-account mode (#1943)
* Allow CSV imports to be configured to a single account or multiple accounts * Initialize import directly from accounts page * Fix brakeman warnings * Fix schema * Fix Synth check
This commit is contained in:
@@ -22,7 +22,7 @@ class Import::RowsControllerTest < ActionDispatch::IntegrationTest
|
||||
|
||||
get import_row_path(import, row)
|
||||
|
||||
assert_row_fields(row, [ :date, :ticker, :qty, :price, :currency, :account, :name ])
|
||||
assert_row_fields(row, [ :date, :ticker, :qty, :price, :currency, :account, :name, :account ])
|
||||
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user