diff --git a/github-ci/card/card.spec.tsx b/github-ci/card/card.spec.tsx index 1e8641b..685f0ba 100644 --- a/github-ci/card/card.spec.tsx +++ b/github-ci/card/card.spec.tsx @@ -4,6 +4,6 @@ import { BasicCard } from './card.composition'; it('renders with the correct text', () => { const { getByText } = render(); - const rendered = getByText('hello world!'); + const rendered = getByText('This is a card'); expect(rendered).toBeTruthy(); });