We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9466118 commit 0ccfdf5Copy full SHA for 0ccfdf5
pkg/kubectl/cmd/logs/logs_test.go
@@ -77,7 +77,7 @@ func TestLog(t *testing.T) {
77
return o
78
},
79
expectedOutSubstrings: []string{
80
- // Order in this case muse always by the same, because we read requests sequentially
+ // Order in this case must always be the same, because we read requests sequentially
81
"test log content from source 1\ntest log content from source 2\ntest log content from source 3\n",
82
83
0 commit comments