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() {
72
72
end: null ,
73
73
entry: '2024-01-01' ,
74
74
modified: '2024-11-01' ,
75
- tags: ['t1' ]);
75
+ tags: ['t1' ],
76
+ start: '' ,
77
+ wait: '' ,
78
+ rtype: '' ,
79
+ recur: '' ,
80
+ depends: [],
81
+ annotations: []);
76
82
77
83
final json = task.toJson ();
78
84
@@ -129,10 +135,16 @@ void main() {
129
135
urgency: 5.0 ,
130
136
priority: 'H' ,
131
137
due: '2024-12-31' ,
132
- end: null ,
138
+ end: '' ,
133
139
entry: '2024-01-01' ,
134
140
modified: '2024-11-01' ,
135
- tags: ['t1' ]);
141
+ tags: ['t1' ],
142
+ start: '' ,
143
+ wait: '' ,
144
+ rtype: '' ,
145
+ recur: '' ,
146
+ depends: [],
147
+ annotations: []);
136
148
137
149
await taskDatabase.insertTask (task);
138
150
@@ -155,7 +167,13 @@ void main() {
155
167
end: null ,
156
168
entry: '2024-01-01' ,
157
169
modified: '2024-11-01' ,
158
- tags: ['t1' ]);
170
+ tags: ['t1' ],
171
+ start: '' ,
172
+ wait: '' ,
173
+ rtype: '' ,
174
+ recur: '' ,
175
+ depends: [],
176
+ annotations: []);
159
177
160
178
await taskDatabase.insertTask (task);
161
179
await taskDatabase.deleteAllTasksInDB ();
You can’t perform that action at this time.
0 commit comments