Skip to content

Commit

Permalink
Update packages/react/src/Pillar/Pillar.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rez <[email protected]>
  • Loading branch information
danielguillan and rezrah authored Dec 17, 2024
1 parent 3bdc86f commit a8a68df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Pillar/Pillar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('Pillar', () => {

const {getByAltText} = render(
<Pillar data-testid={mockTestId}>
<Pillar.Image src="https://via.placeholder.com/600x400/d3d9df/d3d9df.png" alt={testAltText} />
<Pillar.Image src={mockImage} alt={testAltText} />
<Pillar.Heading>{mockHeading}</Pillar.Heading>
<Pillar.Description>{mockDescription}</Pillar.Description>
</Pillar>,
Expand Down

0 comments on commit a8a68df

Please sign in to comment.