Merge pull request #225 from SataQiu/fix-20181121

Fix typos: NDDE -> NODE, permenantly -> permanently
This commit is contained in:
k8s-ci-robot
2018-11-21 01:47:27 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func TestSetNodeNameOrDie(t *testing.T) {
HostnameOverride: "hostname-override",
},
},
"Check hostname override and NDDE_NAME env": {
"Check hostname override and NODE_NAME env": {
WantedNodeName: "node-name-env",
Meta: options{
Nodename: "node-name-env",
+1 -1
View File
@@ -115,7 +115,7 @@ func TestCount(t *testing.T) {
for _, log := range logs {
ch <- log
}
// trigger the timeout to ensure the test doesn't block permenantly
// trigger the timeout to ensure the test doesn't block permanently
for {
fakeClock.Step(2 * timeout)
}