diff options
Diffstat (limited to 'tests/events_test.py')
-rw-r--r-- | tests/events_test.py | 2 |
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. """ |