Skip to content

Commit

Permalink
fix(util): Update date
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 26, 2024
1 parent 8d72ff8 commit 4a29b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module('getRangesByDates', {}, () => {
test('getRangesByDates should generate correctly ranges', function(assert) {
const dates = [
new Date(1716745334957), // May 26 2024
'2024-11-27',
'2024-11-27T13:27:01',
'2024-10-27T16:54:10',
'2024-09-20T16:54:48',
'2024-09-21T18:54:21',
Expand Down

0 comments on commit 4a29b8f

Please sign in to comment.