From dddb7f8a622ecb80da38291e056f66a973cb5148 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 8 Apr 2015 16:18:46 -0400 Subject: renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.TestEvents. modified: tests/events_test.py --- tests/events_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/events_test.py b/tests/events_test.py index 2ba375a..1c0398d 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -241,8 +241,8 @@ class TestEvents(object): assert_equal(2, nmonitor.num_nodes) - def test_NDM_oncreate(self): - """Testing on_create method in NodeDirMonitor""" + def test_NDM_oncreated(self): + """Testing on_created method in NodeDirMonitor""" nodes = get_nodedirs(self.config) num_nodes = len(get_nodedirs(self.config)) -- cgit v1.2.3