Skip to content

Commit d0a5266

Browse files
engnkejmank88
andauthored
Update pkg/chipingress/client_test.go
Co-authored-by: Jordan Krage <jmank88@gmail.com>
1 parent 8ebfe74 commit d0a5266

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkg/chipingress/client_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ import (
88

99
ce "github.com/cloudevents/sdk-go/v2"
1010
"google.golang.org/grpc"
11+
"github.com/stretchr/testify/assert"
12+
"github.com/stretchr/testify/require"
13+
"google.golang.org/grpc"
1114
"google.golang.org/grpc/credentials"
1215
"google.golang.org/grpc/credentials/insecure"
1316
"google.golang.org/grpc/metadata"
1417
"google.golang.org/protobuf/proto"
15-
18+
1619
"github.com/smartcontractkit/chainlink-common/pkg/chipingress/mocks"
1720
"github.com/smartcontractkit/chainlink-common/pkg/chipingress/pb"
18-
"github.com/stretchr/testify/assert"
19-
"github.com/stretchr/testify/require"
2021
)
2122

2223
var (

0 commit comments

Comments
 (0)