Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-ryo committed Dec 17, 2023
1 parent 88f6fb4 commit 0abb026
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,8 @@ test('automatic Date conversion when necessary', async () => {
ReturnData: true,
},
],
StartTime: new Date('2023-01-01').toString(),
EndTime: new Date('2023-01-02').toString(),
StartTime: new Date('2023-01-01'),
EndTime: new Date('2023-01-02'),
},
} satisfies AwsSdkCall),
},
Expand Down

0 comments on commit 0abb026

Please sign in to comment.