We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4560f61 commit 37fe9aeCopy full SHA for 37fe9ae
e2e/tests/solana/timelock_converter.go
@@ -419,6 +419,7 @@ func (s *TestSuite) TestTimelockConverter() {
419
timelockProposal, err := timelockProposalBuilder().
420
AddChainMetadata(s.ChainSelector, metadata).
421
SetAction(types.TimelockActionBypass).
422
+ // TODO: we should pass the context once we remove background context in the remote chain selectors api
423
Build() //nolint:contextcheck
424
s.Require().NoError(err)
425
@@ -614,6 +615,7 @@ func (s *TestSuite) TestTimelockConverter() {
614
615
},
616
}),
617
}}).
618
619
620
621
0 commit comments