Commit 767719ea authored by timchenxiaoyu's avatar timchenxiaoyu

fix across typo

parent 5af81b09
...@@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) { ...@@ -188,7 +188,7 @@ func TestWriteLogsWithBytesLimit(t *testing.T) {
bytes: 3, bytes: 3,
expectStdout: "abc", expectStdout: "abc",
}, },
{ // limit bytes accross lines { // limit bytes across lines
stdoutLines: 3, stdoutLines: 3,
bytes: len(log) + 3, bytes: len(log) + 3,
expectStdout: "abcdefg\nabc", expectStdout: "abcdefg\nabc",
......
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"github.com/golang/glog" "github.com/golang/glog"
) )
// utils.go contains functions used accross test suites. // utils.go contains functions used across test suites.
const ( const (
cniRelease = "07a8a28637e97b22eb8dfe710eeae1344f69d16e" cniRelease = "07a8a28637e97b22eb8dfe710eeae1344f69d16e"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment