From f4ea6d6653c85759f93d26783efe6355ba5a1abb Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Mon, 11 Nov 2019 16:30:50 -0800 Subject: [PATCH] debug: fix test typo (#7862) --- command/debug_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/debug_test.go b/command/debug_test.go index 5f1c22395a..c4a4df6c20 100644 --- a/command/debug_test.go +++ b/command/debug_test.go @@ -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",