Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandall22 committed Jul 26, 2024
1 parent 85bad1b commit 885fd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Components = ({
</ThemeProvider>
);

describe('FixPhoneNumbers-Home', () => {
describe('FixEmailAddresses-Home', () => {
it('default with test data', async () => {
const { getByText, getByTestId, queryByTestId } = render(<Components />);

Expand Down

0 comments on commit 885fd4c

Please sign in to comment.