diff --git a/inkycal/tests/ical_parser_tests.py b/inkycal/tests/ical_parser_test.py similarity index 90% rename from inkycal/tests/ical_parser_tests.py rename to inkycal/tests/ical_parser_test.py index 161818a..4e9ccdd 100644 --- a/inkycal/tests/ical_parser_tests.py +++ b/inkycal/tests/ical_parser_test.py @@ -3,7 +3,7 @@ from inkycal.modules.ical_parser import icalendar import arrow -class ical_parser_tests(unittest.TestCase): +class ical_parser_test(unittest.TestCase): def test_show_events(self): a = icalendar()