debug: fix test typo (#7862)

This commit is contained in:
Calvin Leung Huang 2019-11-11 16:30:50 -08:00 committed by Brian Kassouf
parent 95cef7e420
commit f4ea6d6653

View File

@ -65,7 +65,7 @@ func TestDebugCommand_Run(t *testing.T) {
"invalid_target",
[]string{
"-duration=1s",
fmt.Sprintf("-output=%s/too_many_args", testDir),
fmt.Sprintf("-output=%s/invalid_target", testDir),
"-target=foo",
},
"Ignoring invalid targets: foo",