Skip to content

Commit

Permalink
fix: status command test
Browse files Browse the repository at this point in the history
Signed-off-by: Xeckt <jordansavell1198@gmail.com>
  • Loading branch information
Xeckt committed Jun 25, 2024
1 parent 505a5a2 commit 23f0e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sztp-agent/cmd/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (
"github.com/spf13/cobra"
)

func StatusCommand(t *testing.T) {
func TestStatusCommand(t *testing.T) {
tests := []struct {
name string
want *cobra.Command
}{
{
name: "StatusCommand",
name: "TestStatusCommand",
want: &cobra.Command{
Use: "status",
Short: "Run the status command",
Expand Down

0 comments on commit 23f0e82

Please sign in to comment.