Skip to content

Commit ff9dc89

Browse files
committed
goimports
1 parent 18216f4 commit ff9dc89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/process/vms_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package process
22

33
import (
44
"context"
5+
"testing"
6+
57
"github.com/newrelic/infra-integrations-sdk/v3/integration"
68
"github.com/newrelic/nri-vsphere/internal/client"
79
"github.com/newrelic/nri-vsphere/internal/collect"
@@ -13,7 +15,6 @@ import (
1315
"github.com/vmware/govmomi/view"
1416
"github.com/vmware/govmomi/vim25"
1517
"github.com/vmware/govmomi/vim25/mo"
16-
"testing"
1718
)
1819

1920
func Test_createVirtualMachineSamples_HasIpAddresses(t *testing.T) {

0 commit comments

Comments
 (0)