Skip to content

Commit

Permalink
Fix race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravi committed Dec 21, 2017
1 parent 162407f commit c77b1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/matching/matchingEngine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ func (s *matchingEngineSuite) TestSyncMatchActivities() {
zeroDispatchCt++
continue
}
wg.Wait()
s.NoError(err)
s.NoError(pollErr)
s.NotNil(result)
Expand Down

0 comments on commit c77b1c1

Please sign in to comment.