Skip to content

Commit

Permalink
resolver: s/TestResolverMiekg/TestResolver/
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Aug 30, 2018
1 parent fe1b142 commit 44272a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/resolver/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const (
fakeDomain = "acme.notadomain"
)

func TestResolveMiekg(t *testing.T) {

func TestResolver(t *testing.T) {
dns.HandleFunc(".", func(w dns.ResponseWriter, r *dns.Msg) {
m := &dns.Msg{}
m.SetReply(r)
Expand Down

0 comments on commit 44272a8

Please sign in to comment.