Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
manuq committed Jan 26, 2024
1 parent 9131fdc commit c2fd64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kolibri_explore_plugin/test/test_collectionviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def test_get_should_resume():

# Intermediate state.
current_state = {
"name": "artist",
"sequence": "0001",
"collection_name": "artist",
"collection_sequence": 1,
"stage": collectionviews.DownloadStage.IMPORTING_CONTENT.name,
}
session["COLLECTIONS_STATE"] = current_state
Expand All @@ -133,8 +133,8 @@ def test_get_should_resume():

# Completed state.
current_state = {
"name": "artist",
"sequence": "0001",
"collection_name": "artist",
"collection_sequence": 1,
"stage": collectionviews.DownloadStage.COMPLETED.name,
}
session["COLLECTIONS_STATE"] = current_state
Expand Down

0 comments on commit c2fd64c

Please sign in to comment.