Skip to content

Commit 44c406b

Browse files
committed
test: - Correct the name of a function linked in jsdoc
1 parent 96a90fa commit 44c406b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Obsidian/AllCacheSampleData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export type MockDataName =
9595
* Names of all the sample data in `resources/sample_vaults/Tasks-Demo/Test Data`.
9696
*
9797
* To read all the tasks in all the sample data files,
98-
* use {@link getAllTasksFileFromMockData}
98+
* use {@link readAllTasksFromAllSimulatedFiles}
9999
*
100100
* Example use:
101101
*
@@ -113,7 +113,7 @@ export type MockDataName =
113113
* - {@link readTasksFromSimulatedFile}
114114
* - {@link getTasksFileFromMockData}
115115
* - {@link listPathAndData}
116-
* - {@link getAllTasksFileFromMockData}
116+
* - {@link readAllTasksFromAllSimulatedFiles}
117117
*/
118118
export const AllMockDataNames: MockDataName[] = [
119119
'all_link_types',

0 commit comments

Comments
 (0)