AssetCard: Fix test errors

This commit is contained in:
Gustav Hansen 2022-06-13 11:17:25 +02:00
parent 99519e5bc2
commit 50bcc09b14

View File

@ -18,6 +18,7 @@ describe('ImageAssetCard', () => {
const { container } = renderTL( const { container } = renderTL(
<ThemeProvider theme={lightTheme}> <ThemeProvider theme={lightTheme}>
<ImageAssetCard <ImageAssetCard
alt=""
name="hello.png" name="hello.png"
extension="png" extension="png"
height={40} height={40}
@ -447,6 +448,7 @@ describe('ImageAssetCard', () => {
class="c12" class="c12"
> >
<img <img
alt=""
aria-hidden="true" aria-hidden="true"
class="c13" class="c13"
src="http://somewhere.com/hello.png?width=40&height=40" src="http://somewhere.com/hello.png?width=40&height=40"