Fix linting errors (#2).

This commit is contained in:
2020-06-17 23:39:36 +05:00
parent 0ffe5fa160
commit 888eaf92e1
3 changed files with 17 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ func BenchmarkRegisterValidatorAsync(b *testing.B) {
return nil
},
)
w.Done()
}()
@@ -419,6 +420,7 @@ func BenchmarkUnregisterValidatorAsync(b *testing.B) {
go func() {
_ = UnregisterValidator("string_test_validator_" + strconv.Itoa(i))
w.Done()
}()