1
0
mirror of https://github.com/bspeice/metrik synced 2025-07-01 05:46:22 -04:00

Another update to the cron scripts

This commit is contained in:
Bradlee Speice
2016-08-24 22:47:11 -04:00
parent 1ba75cab31
commit 8fb5fa9c32
3 changed files with 14 additions and 4 deletions

View File

@ -14,5 +14,4 @@ class BatchTest(TestCase):
def test_cron_string(self):
cron_string = build_cron_file()
assert len(cron_string.split('\n')) == len(flows) + 1
assert cron_string[-1] == '\n'