Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
test(mobilesecurityservice): Added unit tests (AEROGEAR-8950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan committed May 17, 2019
1 parent 04c376e commit 0a1a8af
Show file tree
Hide file tree
Showing 6 changed files with 659 additions and 8 deletions.
12 changes: 12 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/controller/mobilesecurityservice/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (r *ReconcileMobileSecurityService) Reconcile(request reconcile.Request) (r
}

//Update status for Service
serviceStatus, err := r.updateServiceStatus(reqLogger,request)
serviceStatus, err := r.updateServiceStatus(reqLogger, request)
if err != nil {
return reconcile.Result{}, err
}
Expand All @@ -226,4 +226,4 @@ func (r *ReconcileMobileSecurityService) Reconcile(request reconcile.Request) (r
}

return reconcile.Result{}, nil
}
}
Loading

0 comments on commit 0a1a8af

Please sign in to comment.