summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-04-08 16:18:46 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-04-08 16:18:46 -0400
commitdddb7f8a622ecb80da38291e056f66a973cb5148 (patch)
treede66e785c73373d7d92890b897fb18633bf24d0b /tests
parent20915fd568a70bbf623ff0df8940dbe55da2d3f6 (diff)
renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.TestEvents.
modified: tests/events_test.py
Diffstat (limited to 'tests')
-rw-r--r--tests/events_test.py4
1 files changed, 2 insertions, 2 deletions
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))