diff --git a/django_q/tests/test_cached.py b/django_q/tests/test_cached.py index 56380e1..ee05e36 100644 --- a/django_q/tests/test_cached.py +++ b/django_q/tests/test_cached.py @@ -80,6 +80,7 @@ def test_iter(broker): result_t = result(t) assert result_t is not None task_t = fetch(t) + assert task_t. __unicode__ is not None assert task_t.result == result_t assert result(t2) is not None assert result(t3) is not None