unittesting -> unit testing

This commit is contained in:
Tony Li 2017-01-26 15:17:12 -05:00
parent 40406b1480
commit 0278034bcf

View file

@ -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