Skip to content

Commit

Permalink
comment: Remove a TODO that I have fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jan 20, 2025
1 parent 270ef6f commit 95d1c07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Obsidian/SimulatedFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export interface SimulatedFile {
/**
For explanations on how to test code that is using Obsidian API
refer to https://publish.obsidian.md/tasks-contributing/Testing/Using+Obsidian+API+in+tests
TODO: Make the order of values in the generated code stable.
*/
export function readTasksFromSimulatedFile(testData: SimulatedFile) {
const logger = logging.getLogger('testCache');
Expand Down

0 comments on commit 95d1c07

Please sign in to comment.