From 60aef5b61a38de2c7b00cfb2ea803d4dd50b2425 Mon Sep 17 00:00:00 2001 From: Shivam Saraf Date: Wed, 16 Oct 2024 10:41:30 -0400 Subject: [PATCH] lint fixes --- service/matching/matcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/matching/matcher_test.go b/service/matching/matcher_test.go index db287d1399c..fd06706c1fb 100644 --- a/service/matching/matcher_test.go +++ b/service/matching/matcher_test.go @@ -241,7 +241,7 @@ func (t *MatcherTestSuite) TestRejectSyncMatchWhenBacklog() { // task waits for a local poller oldBacklogTask := newInternalTaskFromBacklog(randomTaskInfoWithAge(time.Minute), nil) go t.rootMatcher.MustOffer(ctx, oldBacklogTask, intruptC) //nolint:errcheck - time.Sleep(2 * time.Millisecond) + time.Sleep(2 * time.Millisecond) //nolint:forbidigo // should not allow sync match when there is an old task in backlog