diff --git a/.planning/phases/07-task-sorting/07-01-PLAN.md b/.planning/phases/07-task-sorting/07-01-PLAN.md
index e53da81..81e037f 100644
--- a/.planning/phases/07-task-sorting/07-01-PLAN.md
+++ b/.planning/phases/07-task-sorting/07-01-PLAN.md
@@ -212,7 +212,7 @@ class Tasks extends Table {
- Test: persisted value is loaded on restart (set mock initial values with key, verify state after load)
- cd /home/jlmak/Projects/jlmak/HouseHoldKeaper && flutter test test/features/tasks/presentation/sort_preference_notifier_test.dart -x && flutter analyze --no-fatal-infos
+ cd /home/jlmak/Projects/jlmak/HouseHoldKeaper && flutter test test/features/tasks/presentation/sort_preference_notifier_test.dart && flutter analyze --no-fatal-infos
TaskSortOption enum exists with 3 values. SortPreferenceNotifier persists to SharedPreferences. 3+ unit tests pass. ARB file has 4 new sort strings. dart analyze clean.