fix(07): remove invalid -x flag from Task 1 verify command

This commit is contained in:
2026-03-16 22:26:50 +01:00
parent 27f18d4f39
commit a44f2b80b5

View File

@@ -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) - Test: persisted value is loaded on restart (set mock initial values with key, verify state after load)
</action> </action>
<verify> <verify>
<automated>cd /home/jlmak/Projects/jlmak/HouseHoldKeaper && flutter test test/features/tasks/presentation/sort_preference_notifier_test.dart -x && flutter analyze --no-fatal-infos</automated> <automated>cd /home/jlmak/Projects/jlmak/HouseHoldKeaper && flutter test test/features/tasks/presentation/sort_preference_notifier_test.dart && flutter analyze --no-fatal-infos</automated>
</verify> </verify>
<done>TaskSortOption enum exists with 3 values. SortPreferenceNotifier persists to SharedPreferences. 3+ unit tests pass. ARB file has 4 new sort strings. dart analyze clean.</done> <done>TaskSortOption enum exists with 3 values. SortPreferenceNotifier persists to SharedPreferences. 3+ unit tests pass. ARB file has 4 new sort strings. dart analyze clean.</done>
</task> </task>