mirror of https://github.com/k3s-io/k3s
Merge pull request #42769 from timchenxiaoyu/acrosstypo
Automatic merge from submit-queue fix across typo fix across typo NONEpull/6/head
commit
08fefc9d9a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue