Merge pull request #221 from tonglil/typos
Typo: unittesting -> unit testing
This commit is contained in:
commit
8f23451c24
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ func NewClusterManager(
|
||||||
defaultHealthCheckPath string) (*ClusterManager, error) {
|
defaultHealthCheckPath string) (*ClusterManager, error) {
|
||||||
|
|
||||||
// TODO: Make this more resilient. Currently we create the cloud client
|
// TODO: Make this more resilient. Currently we create the cloud client
|
||||||
// and pass it through to all the pools. This makes unittesting easier.
|
// and pass it through to all the pools. This makes unit testing easier.
|
||||||
// However if the cloud client suddenly fails, we should try to re-create it
|
// However if the cloud client suddenly fails, we should try to re-create it
|
||||||
// and continue.
|
// and continue.
|
||||||
var cloud *gce.GCECloud
|
var cloud *gce.GCECloud
|
||||||
|
|
Loading…
Reference in a new issue