mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-09 09:23:07 +00:00
improving string formatting
This commit is contained in:
parent
d64817b87f
commit
760c13da9e
@ -962,7 +962,7 @@ func TestParallelPings(t *testing.T) {
|
||||
return nil
|
||||
}
|
||||
|
||||
return errors.New(fmt.Sprintf("dialerNode should have 3 peers but it has %d", dialerPeerCount))
|
||||
return fmt.Errorf("dialerNode should have 3 peers but it has %d", dialerPeerCount)
|
||||
}, options)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user