summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/test_models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/test_models.py b/yaksh/test_models.py
index 67da7d1..36320a1 100644
--- a/yaksh/test_models.py
+++ b/yaksh/test_models.py
@@ -1792,7 +1792,6 @@ class AnswerPaperTestCases(unittest.TestCase):
answers_saved = Answer.objects.filter(question=question)
error_list = [json.loads(ans.error) for ans in answers_saved]
if answers_saved:
- self.assertGreater(len(answered[question]), len(answers_saved))
ans = []
err = []
for val in answered[question]: