aboutsummaryrefslogtreecommitdiffhomepage
path: root/command/builder_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'command/builder_test.go')
-rw-r--r--command/builder_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/builder_test.go b/command/builder_test.go
index 1cd4ce38..22ce7aee 100644
--- a/command/builder_test.go
+++ b/command/builder_test.go
@@ -7,7 +7,7 @@ import (
)
func TestBuild(t *testing.T) {
- c := command.New(nil, nil, "test")
+ c := command.New(nil, nil, "test", nil)
stubHandler := func([]string) error { panic("unreachable") }
t.Run("nil direct handler", func(t *testing.T) {