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

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{}