diff options
Diffstat (limited to 'internal/cli/reset/command_test.go')
-rw-r--r-- | internal/cli/reset/command_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/reset/command_test.go b/internal/cli/reset/command_test.go index ca68cb54..57801453 100644 --- a/internal/cli/reset/command_test.go +++ b/internal/cli/reset/command_test.go @@ -10,7 +10,7 @@ import ( func TestCommandProperties(t *testing.T) { path := "" - cmd := reset.NewCommand(&path) + cmd := reset.NewCommand(&path, nil) assert.Equal(t, "reset", cmd.Use) assert.NotNil(t, cmd.RunE) |