From: Bob Halley Date: Fri, 19 Jun 2020 16:23:16 +0000 (-0700) Subject: fix indentation issue that let to pointless extra checking X-Git-Tag: v2.0.0rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f390a78fd59938947da2a7c7a25f7c8957d338;p=thirdparty%2Fdnspython.git fix indentation issue that let to pointless extra checking --- diff --git a/tests/test_rdata.py b/tests/test_rdata.py index 252f24fb..32bdd22f 100644 --- a/tests/test_rdata.py +++ b/tests/test_rdata.py @@ -225,8 +225,8 @@ class RdataTestCase(unittest.TestCase): '::1') for oper in [operator.lt, operator.le, operator.ge, operator.gt]: self.assertRaises(TypeError, lambda: oper(r1, r2)) - self.assertFalse(r1 == r2) - self.assertTrue(r1 != r2) + self.assertFalse(r1 == r2) + self.assertTrue(r1 != r2) def test_immutability(self): def bad1():