??
This commit is contained in:
11
lib/wal/main_test.go
Normal file
11
lib/wal/main_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package wal
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"go.uber.org/goleak"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
goleak.VerifyTestMain(m)
|
||||
}
|
||||
Reference in New Issue
Block a user