zenity/zenity_test.go
2020-01-29 14:21:25 +00:00

12 lines
125 B
Go

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