Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Henning committed Dec 31, 2020
1 parent 0e5d08d commit ef9a404
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class AccountServiceSpec extends BaseServiceSpec {
0 * _
}


void 'test insertAccount - json inserted success'() {
given:
String jsonPayload = "{\"accountNameOwner\":\"discover_brian\",\"accountType\":\"credit\",\"activeStatus\":true,\"moniker\":\"1234\",\"totals\":0.01,\"totalsBalanced\":0.02,\"dateClosed\":0}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package finance.services


import finance.domain.Category
import finance.helpers.CategoryBuilder

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package finance.services


import finance.domain.Description
import finance.helpers.DescriptionBuilder

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package finance.services


import finance.domain.Parameter
import finance.helpers.ParameterBuilder

Expand Down

0 comments on commit ef9a404

Please sign in to comment.