chore: t.Parallel() + move poll test to own file
This commit is contained in:
parent
231423cd0b
commit
0bdd3dfef8
5 changed files with 77 additions and 48 deletions
10
main_test.go
Normal file
10
main_test.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package k2v
|
||||
|
||||
import (
|
||||
"go.uber.org/goleak"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
goleak.VerifyTestMain(m)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue