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 4f76447ea51..fd042b4e4d1 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 = "0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff"