Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivs11 committed Oct 16, 2024
1 parent edccc30 commit 60aef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/matching/matcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60aef5b

Please sign in to comment.