Skip to content

Commit 5fa1f06

Browse files
committed
Fix linting issues
1 parent 301cf19 commit 5fa1f06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/client/atlas.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"time"
1111

1212
"github.com/go-resty/resty/v2"
13+
1314
"github.com/smartcontractkit/chainlink-testing-framework/lib/logging"
1415
)
1516

lib/client/atlas_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import (
88
"os"
99
"testing"
1010

11-
"github.com/smartcontractkit/chainlink-testing-framework/lib/utils/ptr"
1211
"github.com/stretchr/testify/assert"
12+
13+
"github.com/smartcontractkit/chainlink-testing-framework/lib/utils/ptr"
1314
)
1415

1516
// TestAtlasClient_GetTransactionDetails_Success verifies that GetTransactionDetails successfully parses a valid response.

0 commit comments

Comments
 (0)