Renamed tests file

This commit is contained in:
Atrejoe 2020-05-16 08:15:17 +02:00
parent ed5c976784
commit 47f7773d25

View File

@ -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()