Skip to content

Commit 37fe9ae

Browse files
committed
fix: lint errors
Signed-off-by: Pablo <[email protected]>
1 parent 4560f61 commit 37fe9ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/tests/solana/timelock_converter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ func (s *TestSuite) TestTimelockConverter() {
419419
timelockProposal, err := timelockProposalBuilder().
420420
AddChainMetadata(s.ChainSelector, metadata).
421421
SetAction(types.TimelockActionBypass).
422+
// TODO: we should pass the context once we remove background context in the remote chain selectors api
422423
Build() //nolint:contextcheck
423424
s.Require().NoError(err)
424425

@@ -614,6 +615,7 @@ func (s *TestSuite) TestTimelockConverter() {
614615
},
615616
}),
616617
}}).
618+
// TODO: we should pass the context once we remove background context in the remote chain selectors api
617619
Build() //nolint:contextcheck
618620
s.Require().NoError(err)
619621

0 commit comments

Comments
 (0)