Skip to content

Commit

Permalink
Merge pull request #164 from ZorrillosDev/addPortOnLogin
Browse files Browse the repository at this point in the history
fix: image test
  • Loading branch information
geolffreym authored Sep 8, 2022
2 parents 67b7cfe + 46519b3 commit cd3b77c
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 cd3b77c

Please sign in to comment.