Fix: tests

This commit is contained in:
JimhHan
2021-03-26 17:19:09 +08:00
parent 06fc82bad1
commit fc8b580017
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ func TestChinaSites(t *testing.T) {
domains, err := loadGeoSite("CN")
common.Must(err)
matcher, err := NewDomainMatcher(domains)
matcher, err := domain.NewDomainMatcher(domains)
common.Must(err)
type TestCase struct {