[Git][NTPsec/ntpsec][master] Fixed pep8 issues.
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Apr 4 10:55:57 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
6494681a by Ian Bruene at 2017-04-04T10:54:57+00:00
Fixed pep8 issues.
- - - - -
1 changed file:
- tests/pylib/test_util.py
Changes:
=====================================
tests/pylib/test_util.py
=====================================
--- a/tests/pylib/test_util.py
+++ b/tests/pylib/test_util.py
@@ -68,9 +68,9 @@ class TestPylibUtilMethods(unittest.TestCase):
self.assertEqual(ntp.util.scaleforunit(-0.00000042, 9),
(-420.0, -3))
self.assertEqual(ntp.util.scaleforunit(1.0000004, 6),
- (1.0, 0))
+ (1.0, 0))
self.assertEqual(ntp.util.scaleforunit(1.0000005, 6),
- (1.000001, 0))
+ (1.000001, 0))
def test_oomsbetweenunits(self):
self.assertEqual(ntp.util.oomsbetweenunits(3, 2),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6494681afc1781a73ed8cf9451d7f30a25034e6b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170404/8989988a/attachment.html>
More information about the vc
mailing list