File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ func TestMultiNode_RandomRPC(t *testing.T) {
424424 })
425425 t .Run ("RandomRPC is non-sticky, calls Select on every invocation" , func (t * testing.T ) {
426426 t .Parallel ()
427- ctx := tests .Context (t )
427+ ctx := t .Context ()
428428 chainID := RandomID ()
429429 node1 := newMockNode [ID , multiNodeRPCClient ](t )
430430 node1 .On ("State" ).Return (nodeStateAlive ).Maybe ()
@@ -452,7 +452,7 @@ func TestMultiNode_RandomRPC(t *testing.T) {
452452 })
453453 t .Run ("RandomRPC does not unsubscribe previous node on selection" , func (t * testing.T ) {
454454 t .Parallel ()
455- ctx := tests .Context (t )
455+ ctx := t .Context ()
456456 chainID := RandomID ()
457457 node1 := newMockNode [ID , multiNodeRPCClient ](t )
458458 node1 .On ("State" ).Return (nodeStateAlive ).Maybe ()
@@ -482,7 +482,7 @@ func TestMultiNode_RandomRPC(t *testing.T) {
482482 })
483483 t .Run ("RandomRPC reports error when no nodes available" , func (t * testing.T ) {
484484 t .Parallel ()
485- ctx := tests .Context (t )
485+ ctx := t .Context ()
486486 chainID := RandomID ()
487487 lggr , observedLogs := logger .TestObserved (t , zap .InfoLevel )
488488 mn := newTestMultiNode (t , multiNodeOpts {
You can’t perform that action at this time.
0 commit comments