Skip to content

Commit

Permalink
fix issue reported from mispell code checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Aug 23, 2018
1 parent aa1f8ea commit 8578ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/hetzner/hetzner_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ func TestProviderInitCluster(t *testing.T) {

_, err = provider.GetMasterNode()

if provider.GetNodeCidr() != "10.0.1.0/24" {
t.Error("cluster node cidr is not correctly set")
if err == nil {
t.Error("no error omitted with no master")
}
}

Expand Down

0 comments on commit 8578ef7

Please sign in to comment.