Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
squash progress bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
runestonetest committed Aug 16, 2019
1 parent fae1506 commit 3fe2f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ajax2.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def test_GetCompletionStatus(test_client, test_user_1, runestone_db_tools):
test_client.validate('ajax/getAllCompletionStatus')
res = json.loads(test_client.text)
print(res)
assert len(res) == 1
assert len(res) == 2


def test_updatelastpage(test_client, test_user_1, runestone_db_tools):
Expand Down

0 comments on commit 3fe2f82

Please sign in to comment.