summaryrefslogtreecommitdiffstats
path: root/tests/events_test.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-01-27 21:53:17 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-01-27 21:53:17 -0500
commit646696e364b70e9c2b388d17522463c103130e38 (patch)
treefe1823eca1817bbd02a78fa6eac81a74b0f39eff /tests/events_test.py
parent8de1ec5982c71e06ebf19706696411534e694307 (diff)
tests/events_test.py: renamed test_CEH() -> test_CDM()
Diffstat (limited to 'tests/events_test.py')
-rw-r--r--tests/events_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/events_test.py b/tests/events_test.py
index 4ede3f1..f9579b0 100644
--- a/tests/events_test.py
+++ b/tests/events_test.py
@@ -122,7 +122,7 @@ def path_deletedp(p, is_dir=False):
assert not path.exists(path_)
-def test_CEH():
+def test_CDM():
"""
Tests the ComboxDirMonitor class.
"""