diff --git a/common/client/head_poller_test.go b/common/client/head_poller_test.go index c6f32454e70..a9b021a8816 100644 --- a/common/client/head_poller_test.go +++ b/common/client/head_poller_test.go @@ -5,9 +5,10 @@ import ( "testing" "time" - "github.com/smartcontractkit/chainlink-common/pkg/logger" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + "github.com/smartcontractkit/chainlink-common/pkg/logger" ) func Test_Poller(t *testing.T) {