mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
fix across typo
This commit is contained in:
parent
5af81b0955
commit
767719ea9c
@ -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 = "07a8a28637e97b22eb8dfe710eeae1344f69d16e"
|
||||
|
Loading…
Reference in New Issue
Block a user