diff --git a/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go b/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go index 1602827a833..1ec96c3ea78 100644 --- a/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go +++ b/pkg/kubelet/kuberuntime/kuberuntime_logs_test.go @@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) { bytes: 3, expectStdout: "abc", }, - { // limit bytes accross lines + { // limit bytes across lines stdoutLines: 3, bytes: len(log) + 3, expectStdout: "abcdefg\nabc", diff --git a/test/e2e_node/remote/utils.go b/test/e2e_node/remote/utils.go index 0f66bea2ee9..e3c1c84079e 100644 --- a/test/e2e_node/remote/utils.go +++ b/test/e2e_node/remote/utils.go @@ -24,7 +24,7 @@ import ( "github.com/golang/glog" ) -// utils.go contains functions used accross test suites. +// utils.go contains functions used across test suites. const ( cniRelease = "07a8a28637e97b22eb8dfe710eeae1344f69d16e"