Skip to content

Commit

Permalink
Update rikstv.no.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fraudiay79 authored Jan 14, 2025
1 parent b9b3893 commit 2bf619c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/rikstv.no/rikstv.no.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ describe('rikstv.no Module Tests', () => {
])

const result = parser({ content }).map(p => {
p.start = p.start.toJSON()
p.stop = p.stop.toJSON()
p.start = dayjs(p.start).toISOString()
p.stop = dayjs(p.stop).toISOString()
return p
})

Expand Down

0 comments on commit 2bf619c

Please sign in to comment.