Fix comment formatting in race test
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
This commit is contained in:
parent
a00fe0ea00
commit
900de3a95b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ func TestServiceRace(t *testing.T) {
|
|||
s := &Service{}
|
||||
var wg sync.WaitGroup
|
||||
|
||||
//These goroutines will race to initialize the pgp and rsa services.
|
||||
// These goroutines will race to initialize the pgp and rsa services.
|
||||
for i := 0; i < 10; i++ {
|
||||
wg.Add(2)
|
||||
go func() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue