Skip to content

Commit bbefdb7

Browse files
fix lint
1 parent 4d324d5 commit bbefdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

in_session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ func (s *InSessionTestSuite) TestFIXMsgInResendRequestBlocksSend() {
382382
s.NextSenderMsgSeqNum(2)
383383

384384
s.MockStore.On("IterateMessages", mock.Anything, mock.Anything, mock.AnythingOfType("func([]byte) error")).
385-
Run(func(args mock.Arguments) {
385+
Run(func(_ mock.Arguments) {
386386
s.Require().Nil(s.session.send(s.NewOrderSingle()))
387387
}).
388388
Return(nil)

0 commit comments

Comments
 (0)