Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Aug 9, 2023
1 parent 9f0912b commit 5f50bfe
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 5f50bfe

Please sign in to comment.