mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Merge pull request #42769 from timchenxiaoyu/acrosstypo
Automatic merge from submit-queue fix across typo fix across typo NONE
This commit is contained in:
@@ -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",
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user