Skip to content

Commit 781efa4

Browse files
author
Tjaz Erzen
committed
Fix setting refactoring substates
1 parent 1e8cac5 commit 781efa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tui/state_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def handle(self, segments: list[str], _snapshot: RenderContextSnapshot, previous
165165
elif segments[3] == States.UNIT_TESTS_FAILED.value:
166166
update_progress_item_substates(
167167
self.tui,
168-
TUIComponents.FRID_PROGRESS_UNIT_TEST.value,
168+
TUIComponents.FRID_PROGRESS_REFACTORING.value,
169169
[Substate("Refactoring code", children=[Substate("Fixing unit tests")])],
170170
)
171171

0 commit comments

Comments
 (0)