safing-portmaster/service/intel/geoip/module_test.go

11 lines
157 B
Go

package geoip
import (
"testing"
"github.com/safing/portmaster/service/core/pmtesting"
)
func TestMain(m *testing.M) {
pmtesting.TestMain(m, module)
}