Skip to content

Commit

Permalink
Add duration to test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Nov 19, 2021
1 parent 5186b59 commit 4c2a32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kolibri/core/logger/test/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def _create_try(cls, user_index, correct, end_timestamp, duration=30):
completion_timestamp=end_timestamp,
complete=True,
mastery_level=randint(MIN_INTEGER, -1),
time_spent=duration * 60,
)

for i in range(3):
Expand Down

0 comments on commit 4c2a32f

Please sign in to comment.