File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed
Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,13 @@ void main() {
7272 end: null ,
7373 entry: '2024-01-01' ,
7474 modified: '2024-11-01' ,
75- tags: ['t1' ]);
75+ tags: ['t1' ],
76+ start: '' ,
77+ wait: '' ,
78+ rtype: '' ,
79+ recur: '' ,
80+ depends: [],
81+ annotations: []);
7682
7783 final json = task.toJson ();
7884
@@ -129,10 +135,16 @@ void main() {
129135 urgency: 5.0 ,
130136 priority: 'H' ,
131137 due: '2024-12-31' ,
132- end: null ,
138+ end: '' ,
133139 entry: '2024-01-01' ,
134140 modified: '2024-11-01' ,
135- tags: ['t1' ]);
141+ tags: ['t1' ],
142+ start: '' ,
143+ wait: '' ,
144+ rtype: '' ,
145+ recur: '' ,
146+ depends: [],
147+ annotations: []);
136148
137149 await taskDatabase.insertTask (task);
138150
@@ -155,7 +167,13 @@ void main() {
155167 end: null ,
156168 entry: '2024-01-01' ,
157169 modified: '2024-11-01' ,
158- tags: ['t1' ]);
170+ tags: ['t1' ],
171+ start: '' ,
172+ wait: '' ,
173+ rtype: '' ,
174+ recur: '' ,
175+ depends: [],
176+ annotations: []);
159177
160178 await taskDatabase.insertTask (task);
161179 await taskDatabase.deleteAllTasksInDB ();
You can’t perform that action at this time.
0 commit comments