From b9c5de96e71a0f109c8adb05de83c4f155a3645e Mon Sep 17 00:00:00 2001 From: JimhHan <50871214+JimhHan@users.noreply.github.com> Date: Sat, 27 Mar 2021 17:52:15 +0800 Subject: [PATCH] Fix: test --- infra/conf/dns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/conf/dns_test.go b/infra/conf/dns_test.go index cc1779af..aeb1df39 100644 --- a/infra/conf/dns_test.go +++ b/infra/conf/dns_test.go @@ -36,7 +36,7 @@ func init() { { CountryCode: "TEST", Domain: []*geosite.Domain{ - {Type: domain.MatchingType_Full, Value: "example.com"}, + {Type: geosite.Domain_Full, Value: "example.com"}, }, }, },