Return incomplete not None for review section status
This commit is contained in:
@@ -172,7 +172,7 @@ def test_show_task_order_display_screen(task_order):
|
||||
for i in range(2):
|
||||
assert screens[i]["completion"] == "complete"
|
||||
# the review section is not
|
||||
assert not screens[3]["completion"]
|
||||
assert screens[3]["completion"] == "incomplete"
|
||||
|
||||
|
||||
def test_update_task_order_with_no_task_order():
|
||||
|
Reference in New Issue
Block a user