summaryrefslogtreecommitdiff
path: root/internal/cli/reset/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/reset/command_test.go')
-rw-r--r--internal/cli/reset/command_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/cli/reset/command_test.go b/internal/cli/reset/command_test.go
index 509354e2..8192ca9c 100644
--- a/internal/cli/reset/command_test.go
+++ b/internal/cli/reset/command_test.go
@@ -16,7 +16,3 @@ func TestCommandProperties(t *testing.T) {
assert.Equal(t, "reset", cmd.Use)
assert.NotNil(t, cmd.RunE)
}
-
-func TestExecution(t *testing.T) {
- t.Skip("Command execution is not implemented yet")
-}