1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

Chore: format file & change names of test cases (#707)

This commit is contained in:
Loyalsoldier
2021-02-24 17:12:44 +08:00
committed by GitHub
parent 7ebf3afc31
commit 9d13f99633
4 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ import (
dns_feature "github.com/v2fly/v2ray-core/v4/features/dns"
)
func TestDOHNameServer(t *testing.T) {
func TestDoHLocalNameServer(t *testing.T) {
url, err := url.Parse("https+local://1.1.1.1/dns-query")
common.Must(err)
@@ -31,7 +31,7 @@ func TestDOHNameServer(t *testing.T) {
}
}
func TestDOHNameServerWithCache(t *testing.T) {
func TestDoHLocalNameServerWithCache(t *testing.T) {
url, err := url.Parse("https+local://1.1.1.1/dns-query")
common.Must(err)