address review

This commit is contained in:
guillaumemichel 2025-10-30 09:44:46 +01:00
parent e9ed71f8dc
commit 1bf85300d4
No known key found for this signature in database
GPG Key ID: 612745DB2E6D0E15

View File

@ -254,7 +254,8 @@ func (tp *TestSuite) TestRoutingProvide(t *testing.T) {
if provider.ID.String() == self0.ID().String() {
success = true
break
} else if len(provider.ID.String()) > 0 {
}
if len(provider.ID.String()) > 0 {
t.Errorf("got wrong provider: %s != %s", provider.ID.String(), self0.ID().String())
}
time.Sleep(time.Second)