Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-pubsub
Commits
6551b41f
Commit
6551b41f
authored
Oct 18, 2019
by
Adin Schmahmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go fmt
parent
c0494a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
floodsub_test.go
floodsub_test.go
+2
-2
No files found.
floodsub_test.go
View file @
6551b41f
...
...
@@ -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
))
...
...
@@ -1453,4 +1453,4 @@ func TestMessageSender(t *testing.T) {
}
}
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment