Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Aug 9, 2023
2 parents 80b7afe + 5f50bfe commit bbc4511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/models/Media.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Media', () => {

it('returns the correct urls', async () => {
const mediaUrls = await Media.findMediaUrlsForUser(user.id)
const expectedUrls = ['https://vimeo.com/70509133', 'https://i.vimeocdn.com/video/555280788-3f8ee9b5a9a54434acff9809c8ab998c22d26487171a868747a1ac4220a15110-d_640']
const expectedUrls = ['https://vimeo.com/70509133', 'http://i.vimeocdn.com/video/555280788-3f8ee9b5a9a54434acff9809c8ab998c22d26487171a868747a1ac4220a15110-d_640']
expect(mediaUrls).to.deep.equal(expectedUrls)
})
})
Expand Down

0 comments on commit bbc4511

Please sign in to comment.