diff options
Diffstat (limited to 'middleware/test/helpers.go')
-rw-r--r-- | middleware/test/helpers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/middleware/test/helpers.go b/middleware/test/helpers.go index a01d7a306..01a6f156b 100644 --- a/middleware/test/helpers.go +++ b/middleware/test/helpers.go @@ -21,6 +21,7 @@ func (p RRSet) Len() int { return len(p) } func (p RRSet) Swap(i, j int) { p[i], p[j] = p[j], p[i] } func (p RRSet) Less(i, j int) bool { return p[i].String() < p[j].String() } +// If the TTL of a record is 303 we don't care what the TTL is. type Case struct { Qname string Qtype uint16 |