Skip to content

Commit

Permalink
Reorder imports in insights.TestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
vortegatorres committed Jun 27, 2023
1 parent 4994256 commit 381e85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudapi/insights/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package insights
import (
"context"
"errors"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"net"
"testing"
"time"

"github.com/stretchr/testify/require"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/grpc/test/bufconn"

"go.k6.io/k6/cloudapi/insights/proto/v1/ingester"
Expand Down

0 comments on commit 381e85a

Please sign in to comment.