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:
@ -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'
|
||||
|
Reference in New Issue
Block a user