mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-03 10:48:41 +00:00
Fix: tests
This commit is contained in:
parent
06fc82bad1
commit
fc8b580017
2 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue