tidy up some longs related stuff
This commit is contained in:
@@ -601,7 +601,7 @@ def test_exams(db, client):
|
||||
cid_exam_scores_soup.find("div", {"class": "score-overview"})
|
||||
.find("span", {"id": "total-score"})
|
||||
.string
|
||||
== "4 (3 unmarked)"
|
||||
== "3 (3 unmarked)"
|
||||
)
|
||||
|
||||
# Mark the questions
|
||||
@@ -636,7 +636,7 @@ def test_exams(db, client):
|
||||
cid_exam_scores_soup.find("div", {"class": "score-overview"})
|
||||
.find("span", {"id": "total-score"})
|
||||
.string
|
||||
== "28.0"
|
||||
== "27.0"
|
||||
)
|
||||
|
||||
generated_questions.pop(-1).delete()
|
||||
|
||||
Reference in New Issue
Block a user