Skip to content

Commit

Permalink
test: Remove unhelpful comments
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 5, 2024
1 parent abeb3cf commit 233f09a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Query/Filter/RandomField.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ describe('sorting by random', () => {
});

it('should sort identical tasks the same', () => {
// Arrange
const sorter = field.createNormalSorter();
const task1 = fromLine({ line: '- [ ] Some description' });

// Assert
expectTaskComparesEqual(sorter, task1, task1);
});

Expand Down

0 comments on commit 233f09a

Please sign in to comment.