fix(07): remove invalid -x flag from Task 1 verify command
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user