Skip to content

Commit

Permalink
fix: image test
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Sep 8, 2022
1 parent 6eda4ca commit 46519b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/core/app/components/Image/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Image from './index'

/* eslint-disable no-undef */
describe('<Image />', () => {
const src = 'https://watchit.mypinata.cloud/ipfs/QmcdLW9p1dcYYKBHZdRXEXA4go6Qd3C4ce12khyiCqVNaH/image/medium.jpg'
const src = 'https://ipfs.filebase.io/ipfs/QmcdLW9p1dcYYKBHZdRXEXA4go6Qd3C4ce12khyiCqVNaH/image/medium.jpg'

it('should render', () => {
const imageComponent = shallow(<Image src={src} />)
Expand Down

0 comments on commit 46519b3

Please sign in to comment.