tests: add missing blank line

This commit is contained in:
Frédéric Péters 2020-12-20 16:05:03 +01:00
parent 3f4569f3d4
commit 2e12543311
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ class TestAfterJob(AfterJob):
def execute(self):
pass
def test_runjob(pub):
with pytest.raises(CommandError):
call_command('runjob')