1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-04 22:48:11 -05:00

Remove cron string test

This commit is contained in:
Bradlee Speice 2016-08-25 07:41:11 -04:00
parent 8fb5fa9c32
commit d3c9e10031

View File

@ -11,7 +11,3 @@ class BatchTest(TestCase):
for flow_name, flow_class in flows.items():
assert flow_class(present=present,
live=live).get_schedule() is not None
def test_cron_string(self):
cron_string = build_cron_file()
assert cron_string[-1] == '\n'