Skip to content

Commit 91434fd

Browse files
committed
refactor: rename Step attribute done to acceptance in test data
1 parent 43db5d4 commit 91434fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def test_save_and_load_task(self, storage):
203203
goal="Complete testing",
204204
status=TaskStatus.ACTIVE,
205205
steps=[
206-
Step(id="S1", name="Step 1", done="Done 1", status=StepStatus.DONE),
207-
Step(id="S2", name="Step 2", done="Done 2", status=StepStatus.IN_PROGRESS),
206+
Step(id="S1", name="Step 1", acceptance="Done 1", status=StepStatus.DONE),
207+
Step(id="S2", name="Step 2", acceptance="Done 2", status=StepStatus.IN_PROGRESS),
208208
],
209209
)
210210

0 commit comments

Comments
 (0)