summaryrefslogtreecommitdiff
path: root/lib/dnspython/tests/set.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dnspython/tests/set.py')
-rw-r--r--lib/dnspython/tests/set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnspython/tests/set.py b/lib/dnspython/tests/set.py
index 6319eb821c..e2bca51b82 100644
--- a/lib/dnspython/tests/set.py
+++ b/lib/dnspython/tests/set.py
@@ -21,7 +21,7 @@ import dns.set
S = dns.set.Set
class SimpleSetTestCase(unittest.TestCase):
-
+
def testLen1(self):
s1 = S()
self.failUnless(len(s1) == 0)