Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Dec 14, 2024
1 parent d64ccdf commit fa2e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/matching/liveness/liveness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (s *livenessSuite) SetupTest() {
s.liveness = NewLiveness(s.timeSource, s.ttl, func() {
atomic.CompareAndSwapInt32(&s.shutdownFlag, 0, 1)
s.liveness.Stop()
})
})
}

func (s *livenessSuite) TestIsAlive_No() {
Expand Down

0 comments on commit fa2e3dd

Please sign in to comment.