Merge pull request #1684 from dgibson/moo

runtime/tests: Change "moo FAILURE" message
This commit is contained in:
Chelsea Mafrica 2021-04-13 09:08:46 -07:00 committed by GitHub
commit 038cecaa3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,7 +869,7 @@ func TestMainCreateRuntime(t *testing.T) {
assert := assert.New(t)
const cmd = "foo"
const msg = "moo FAILURE"
const msg = "moo message"
resetCLIGlobals()
@ -942,7 +942,7 @@ func TestMainFatalWriter(t *testing.T) {
assert := assert.New(t)
const cmd = "foo"
const msg = "moo FAILURE"
const msg = "moo message"
// create buffer to save logger output
buf := &bytes.Buffer{}