From d3c9e100316a2bb2e68dae6b68f7d7333d3d63f8 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 25 Aug 2016 07:41:11 -0400 Subject: [PATCH] Remove cron string test --- test/test_batch.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_batch.py b/test/test_batch.py index 12ddaed..c5dbbe7 100644 --- a/test/test_batch.py +++ b/test/test_batch.py @@ -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'