Skip to content

Commit 2e39ea4

Browse files
committed
fix lint
1 parent 50fab97 commit 2e39ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/cmd_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ package cmd
55

66
import (
77
"context"
8+
"testing"
9+
810
"github.com/stretchr/testify/assert"
911
"github.com/urfave/cli/v3"
10-
"testing"
1112
)
1213

1314
func TestDefaultCommand(t *testing.T) {

0 commit comments

Comments
 (0)