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.
2 parents e53a9ea + 0ccfdf5 commit 5bfa8f3Copy full SHA for 5bfa8f3
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