r47192 - sprinking of b

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sat, 9 Apr 2016 00:50:40 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sat Apr  9 00:50:36 2016
New Revision: 47192

Modified:
   branches/t-names-authority-py3-8259-2/twisted/names/test/test_names.py

Log:
sprinking of b

Modified: branches/t-names-authority-py3-8259-2/twisted/names/test/test_names.py
==============================================================================
--- branches/t-names-authority-py3-8259-2/twisted/names/test/test_names.py	(original)
+++ branches/t-names-authority-py3-8259-2/twisted/names/test/test_names.py	Sat Apr  9 00:50:36 2016
@@ -140,7 +140,7 @@
         b'my-domain.com': [
             my_soa,
             dns.Record_A(b'1.2.3.4', ttl='1S'),
-            dns.Record_NS(b'ns1.domain', ttl='2M'),
+            dns.Record_NS(b'ns1.domain', ttl=b'2M'),
             dns.Record_NS(b'ns2.domain', ttl='3H'),
             dns.Record_SRV(257, 16383, 43690, b'some.other.place.fool',
                            ttl='4D')