Skip to content

Commit 11f508b

Browse files
committed
test: update copyright text regex in CenteredFooter test
1 parent 31ae791 commit 11f508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/landing/CenteredFooter.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('CenteredFooter', () => {
1616
</NextIntlClientProvider>,
1717
);
1818

19-
const copyright = screen.getByText(/© Copyright/);
19+
const copyright = screen.getByText(/© /);
2020

2121
expect(copyright).toBeInTheDocument();
2222
});

0 commit comments

Comments
 (0)