Skip to content

Commit

Permalink
remove unnecessary handling of bug scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Jun 23, 2024
1 parent d824a3e commit cc742b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/services/relay/evm/mercury/wsrpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"testing"
"time"

"github.com/smartcontractkit/wsrpc/connectivity"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down Expand Up @@ -74,7 +73,6 @@ func Test_Client_Transmit(t *testing.T) {
}
conn := &mocks.MockConn{
Ready: true,
State: connectivity.Ready,
}
c := newClient(lggr, csakey.KeyV2{}, nil, "", noopCacheSet)
c.conn = conn
Expand Down Expand Up @@ -160,7 +158,6 @@ func Test_Client_LatestReport(t *testing.T) {

conn := &mocks.MockConn{
Ready: true,
State: connectivity.Ready,
}
c := newClient(lggr, csakey.KeyV2{}, nil, "", cacheSet)
c.conn = conn
Expand Down

0 comments on commit cc742b8

Please sign in to comment.