Skip to content

Commit

Permalink
update test for new column in accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Jul 25, 2021
1 parent 137b84f commit f592f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Sources/Importers/Tabular.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

import Foundation

import Logging

import AllocData
import SwiftCSV

Expand Down
3 changes: 2 additions & 1 deletion Tests/Model/AccountAllocTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ final class AccountAllocTests: XCTestCase {
"title": "X",
"isActive": true,
"isTaxable": true,
"canTrade": true]
"canTrade": true,
"accountStrategyID": nil]
XCTAssertEqual([expected], actual)
}
}

0 comments on commit f592f6b

Please sign in to comment.