Files
go-proton-api/main_test.go
2023-09-11 09:27:54 +02:00

12 lines
149 B
Go

package proton_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m, goleak.IgnoreCurrent())
}