Skip to content

Commit 3a6d8c5

Browse files
committed
unused import
1 parent 915ae88 commit 3a6d8c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/sourcemaps/upload_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"path/filepath"
1010
"testing"
1111

12-
"github.com/spf13/cobra"
1312
"github.com/stretchr/testify/assert"
1413

1514
"github.com/launchdarkly/ldcli/internal/resources"
@@ -141,7 +140,7 @@ func TestNewUploadCmd(t *testing.T) {
141140

142141
assert.Equal(t, "upload", cmd.Use)
143142
assert.Equal(t, "Upload sourcemaps", cmd.Short)
144-
assert.Contains(t, cmd.Long, "LaunchDarkly error monitoring")
143+
assert.Contains(t, cmd.Long, "LaunchDarkly for error monitoring")
145144

146145
assert.NotNil(t, cmd.Flags().Lookup(apiKeyFlag))
147146
assert.NotNil(t, cmd.Flags().Lookup(appVersionFlag))

0 commit comments

Comments
 (0)