Skip to content

Commit

Permalink
fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Oct 9, 2024
1 parent 86739db commit 374fdf4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions cmd/plan_command_test.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package cmd_test

import (
"math/rand"
"os"
"path/filepath"
"testing"
"time"

"github.com/Azure/aztfmigrate/cmd"
"github.com/Azure/aztfmigrate/tf"
"github.com/mitchellh/cli"
"os"
"path/filepath"
"testing"
)

func TestPlan_basic(t *testing.T) {
Expand Down Expand Up @@ -95,7 +92,3 @@ func planTestCase(t *testing.T, content string, expectMigratedAddresses []string
}
}
}

func init() {
rand.Seed(time.Now().UnixNano())
}

0 comments on commit 374fdf4

Please sign in to comment.