Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baliedge committed Nov 20, 2023
1 parent a0f27e4 commit 9aa1e47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mxresolv/mxresolv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ func TestLookup(t *testing.T) {
inDomainName: "test-mx-ipv6.definbox.com",
outMXHosts: []string{"::ffff:2296:b0e1"},
outImplicitMX: false,
}, {
inDomainName: "arenhp.co.uk",
outMXHosts: []string{"arenhp.co.uk"},
outImplicitMX: false,
}} {
t.Run(tc.inDomainName, func(t *testing.T) {
defer mxresolv.SetDeterministic()()
Expand Down

0 comments on commit 9aa1e47

Please sign in to comment.