Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
kilokang committed Oct 2, 2024
1 parent 18216f4 commit ff9dc89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/process/vms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package process

import (
"context"
"testing"

"github.com/newrelic/infra-integrations-sdk/v3/integration"
"github.com/newrelic/nri-vsphere/internal/client"
"github.com/newrelic/nri-vsphere/internal/collect"
Expand All @@ -13,7 +15,6 @@ import (
"github.com/vmware/govmomi/view"
"github.com/vmware/govmomi/vim25"
"github.com/vmware/govmomi/vim25/mo"
"testing"
)

func Test_createVirtualMachineSamples_HasIpAddresses(t *testing.T) {
Expand Down

0 comments on commit ff9dc89

Please sign in to comment.