[Git][NTPsec/ntpsec][master] Typo in comment
Ian Bruene
gitlab at mg.gitlab.com
Sun Jul 29 13:53:03 UTC 2018
Ian Bruene pushed to branch master at NTPsec / ntpsec
Commits:
69382434 by Matt Selsky at 2018-07-28T22:08:39Z
Typo in comment
- - - - -
1 changed file:
- tests/pylib/test_agentx.py
Changes:
=====================================
tests/pylib/test_agentx.py
=====================================
@@ -254,7 +254,7 @@ class TestPacketControl(unittest.TestCase):
p._doloop()
self.assertEqual(sock.data, [])
self.assertEqual(handler_calls, [0])
- # Test sucessful
+ # Test successful
faketimemod.time_returns = [55]
sock.data = []
pkts = [AP.PingPDU(True, 42, 0, 0)]
@@ -463,7 +463,7 @@ class TestPacketControl(unittest.TestCase):
sock = jigs.SocketJig()
p = AX.PacketControl(sock, mjig)
p.sessionID = 42
- # Test sucessful
+ # Test successful
pkt = AP.GetPDU(True, 42, 23, 100, [AP.SearchRange((0, 0), ())])
p.handle_GetPDU(pkt)
self.assertEqual(len(sock.data), 1)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/693824341f9640f3620a3c5c018d2228dfecb310
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/693824341f9640f3620a3c5c018d2228dfecb310
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180729/16118127/attachment.html>
More information about the vc
mailing list