Skip to content

Commit

Permalink
chore: set useless alt for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed May 21, 2024
1 parent d2ce2cf commit 0242684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getChildren({
avatarSize = 'm',
}: Partial<{count: number; avatarSize: AvatarSize}>) {
return faker.helpers.uniqueArray(
() => <Avatar imgUrl={faker.image.avatar()} size={avatarSize} alt={''} />,
() => <Avatar imgUrl={faker.image.avatar()} size={avatarSize} alt={'For tests'} />,
count,
);
}
Expand Down

0 comments on commit 0242684

Please sign in to comment.