Skip to content

Commit 5f0d165

Browse files
committed
Fix bully tests
1 parent b075957 commit 5f0d165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

comm/elector/bully_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ func (s *BullyTestSuite) TestBully_GetCoordinator_OneDelay() {
329329
}
330330
for i := 0; i < numberOfResults; i++ {
331331
c := <-resultChan
332-
s.Equal(finalCoordinator, c)
332+
333+
s.Equal(finalCoordinator.String(), c.String())
333334

334335
}
335336
})

0 commit comments

Comments
 (0)