Skip to content

Commit 0c0b362

Browse files
committed
test: Fix copy-and-paste error in CustomMatchersForTaskSerializer.ts
1 parent 7708880 commit 0c0b362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CustomMatchers/CustomMatchersForTaskSerializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function isTaskDetails(val: any): val is TaskDetails {
3737
const dates: ReadonlyArray<keyof TaskDetails> = [
3838
'startDate',
3939
'createdDate',
40-
'createdDate',
40+
'scheduledDate',
4141
'dueDate',
4242
'doneDate',
4343
] as const;

0 commit comments

Comments
 (0)