]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Rename test_periodoc_resync_helper to test_periodic_resync_helper
authorCedric Brandily <zzelle@gmail.com>
Tue, 26 May 2015 13:24:58 +0000 (13:24 +0000)
committerCedric Brandily <zzelle@gmail.com>
Fri, 29 May 2015 15:49:17 +0000 (15:49 +0000)
Change-Id: Iaaf57b5cdbe634af8ceda0fef4c920cdb053eed4

neutron/tests/unit/agent/dhcp/test_agent.py

index 2060474c2b27992f6c33556e483e6f0b95968f47..33fa6ee3407f84ea7da6c568723cd5fb6451ae92 100644 (file)
@@ -402,7 +402,7 @@ class TestDhcpAgent(base.BaseTestCase):
             dhcp.periodic_resync()
             spawn.assert_called_once_with(dhcp._periodic_resync_helper)
 
-    def test_periodoc_resync_helper(self):
+    def test_periodic_resync_helper(self):
         with mock.patch.object(dhcp_agent.eventlet, 'sleep') as sleep:
             dhcp = dhcp_agent.DhcpAgent(HOSTNAME)
             dhcp.needs_resync_reasons = collections.OrderedDict(