]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
delint
authorBob Halley <halley@dnspython.org>
Thu, 2 Apr 2020 15:33:55 +0000 (08:33 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 2 Apr 2020 15:33:55 +0000 (08:33 -0700)
tests/test_namedict.py

index d1beba6c97e3bfaa8373261b73486c4e3d881eaa..eb66aaebfd033cf9366aa783191cb2d930c77995 100644 (file)
@@ -80,7 +80,7 @@ class NameTestCase(unittest.TestCase):
 
     def testRelLookup1(self):
         k = dns.name.from_text('foo.bar', None)
-        self.assertEqual(self.rndict[k] ,1)
+        self.assertEqual(self.rndict[k]1)
 
     def testRelLookup2(self):
         k = dns.name.from_text('foo.bar', None)