summaryrefslogtreecommitdiff
path: root/lib/dnspython/tests/rrset.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnspython/tests/rrset.py')
-rw-r--r--lib/dnspython/tests/rrset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnspython/tests/rrset.py b/lib/dnspython/tests/rrset.py
index 740162b4c5..3cafbee891 100644
--- a/lib/dnspython/tests/rrset.py
+++ b/lib/dnspython/tests/rrset.py
@@ -18,7 +18,7 @@ import unittest
import dns.rrset
class RRsetTestCase(unittest.TestCase):
-
+
def testEqual1(self):
r1 = dns.rrset.from_text('foo', 300, 'in', 'a', '10.0.0.1', '10.0.0.2')
r2 = dns.rrset.from_text('FOO', 300, 'in', 'a', '10.0.0.2', '10.0.0.1')