Skip to content

Commit

Permalink
test: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoclair committed Dec 23, 2023
1 parent ca6e8fc commit 5618eb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/rest/routes/testutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ type Mocks struct {
}

func NewServiceManagerTest(ctrl *gomock.Controller) Mocks {

mocks := Mocks{
return Mocks{
AccountServiceMock: mocks.NewMockAccountService(ctrl),
AuthServiceMock: mocks.NewMockAuthService(ctrl),
TransferServiceMock: mocks.NewMockTransferService(ctrl),
}

return mocks
}

0 comments on commit 5618eb4

Please sign in to comment.