Include a newline on the debug generated graph visualization

fix some import bugs and clear some whitespace from the command test
This commit is contained in:
Matthew Jones
2014-03-12 16:32:21 -04:00
parent fbafa22a5a
commit c0382f78bb
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ class CleanupJobsTest(BaseCommandMixin, BaseLiveServerTest):
result, stdout, stderr = self.run_command('cleanup_jobs')
self.assertEqual(result, None)
jobs_after = Job.objects.all().count()
self.assertEqual(jobs_before, jobs_after)
self.assertEqual(jobs_before, jobs_after)
# Create and run job.
self.create_test_project(TEST_PLAYBOOK)
job_template = self.create_test_job_template()