tests: make cron test pass

This commit is contained in:
Benjamin Dauvergne 2019-08-10 15:00:32 +02:00
parent 84bcab2ab6
commit 28bb31907d
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ def test_rsu_cron(db, settings, nanterre_classic_family):
assert Log.objects.count() == 20
call_command('rsu-cron', verbosity=0)
assert Log.objects.count() == 11
assert Log.objects.count() == 10
def test_passage_a_la_majorite(db, settings, nanterre_classic_family, freezer):