This commit is contained in:
Adin Schmahmann 2019-10-18 04:25:52 -04:00
parent c0494a42f4
commit 6551b41f12
1 changed files with 2 additions and 2 deletions

View File

@ -1423,7 +1423,7 @@ func TestMessageSender(t *testing.T) {
time.Sleep(time.Millisecond * 100)
for i:=0; i < 3; i++ {
for i := 0; i < 3; i++ {
for j := 0; j < 100; j++ {
msg := []byte(fmt.Sprintf("%d sent %d", i, j))