Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Price committed Jan 30, 2024
1 parent 9a02c8a commit 298e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-ci/card/card.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { BasicCard } from './card.composition';

it('renders with the correct text', () => {
const { getByText } = render(<BasicCard />);
const rendered = getByText('hello world!');
const rendered = getByText('This is a card');
expect(rendered).toBeTruthy();
});

0 comments on commit 298e0cd

Please sign in to comment.