summaryrefslogtreecommitdiff
path: root/lib/dnspython/tests/rdtypeandclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnspython/tests/rdtypeandclass.py')
-rw-r--r--lib/dnspython/tests/rdtypeandclass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dnspython/tests/rdtypeandclass.py b/lib/dnspython/tests/rdtypeandclass.py
index edd7f7eae3..0c8a830e27 100644
--- a/lib/dnspython/tests/rdtypeandclass.py
+++ b/lib/dnspython/tests/rdtypeandclass.py
@@ -21,7 +21,7 @@ import dns.rdatatype
class RdTypeAndClassTestCase(unittest.TestCase):
# Classes
-
+
def test_class_meta1(self):
self.failUnless(dns.rdataclass.is_metaclass(dns.rdataclass.ANY))
@@ -66,7 +66,7 @@ class RdTypeAndClassTestCase(unittest.TestCase):
self.failUnlessRaises(ValueError, bad)
# Types
-
+
def test_type_meta1(self):
self.failUnless(dns.rdatatype.is_metatype(dns.rdatatype.ANY))