File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1150,8 +1150,8 @@ describe('order of recurring tasks', () => {
1150
1150
1151
1151
it ( 'should honour new-task-before-old setting' , ( ) => {
1152
1152
// Arrange
1153
- const task = fromLine ( { line : '- [ ] this is a recurring task 🔁 every day' } ) ;
1154
1153
updateSettings ( { recurrenceOnNextLine : false } ) ;
1154
+ const task = fromLine ( { line : '- [ ] this is a recurring task 🔁 every day' } ) ;
1155
1155
1156
1156
// Act
1157
1157
const lines = task . toggleWithRecurrenceInUsersOrder ( ) . map ( ( t ) => t . toFileLineString ( ) ) ;
@@ -1165,8 +1165,8 @@ describe('order of recurring tasks', () => {
1165
1165
1166
1166
it ( 'should honour old-task-before-new setting' , ( ) => {
1167
1167
// Arrange
1168
- const task = fromLine ( { line : '- [ ] this is a recurring task 🔁 every day' } ) ;
1169
1168
updateSettings ( { recurrenceOnNextLine : true } ) ;
1169
+ const task = fromLine ( { line : '- [ ] this is a recurring task 🔁 every day' } ) ;
1170
1170
1171
1171
// Act
1172
1172
const lines = task . toggleWithRecurrenceInUsersOrder ( ) . map ( ( t ) => t . toFileLineString ( ) ) ;
You can’t perform that action at this time.
0 commit comments