From 58839cefb50e56ae5b157b37e9814ae83ceee70b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 20 Jul 2017 15:22:49 -0700 Subject: Upgrading server dependancies (#6984) --- vendor/github.com/miekg/dns/dns_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/github.com/miekg/dns/dns_test.go') diff --git a/vendor/github.com/miekg/dns/dns_test.go b/vendor/github.com/miekg/dns/dns_test.go index dbfe25328..5568c316c 100644 --- a/vendor/github.com/miekg/dns/dns_test.go +++ b/vendor/github.com/miekg/dns/dns_test.go @@ -154,6 +154,9 @@ func TestPack(t *testing.T) { } x.Answer = make([]RR, 1) x.Answer[0], err = NewRR(rr[0]) + if err != nil { + t.Fatal(err) + } if _, err := x.Pack(); err == nil { t.Error("packing should fail") } -- cgit v1.2.3-1-g7c22