Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-ErikaMcVey committed Feb 8, 2024
1 parent cb5236e commit 0baf586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Checkbox harness', () => {
});

await expectAsync(checkboxHarness.hasRequiredError()).toBeRejectedWithError(
'No error found',
'No form errors found.',
);
});
});

0 comments on commit 0baf586

Please sign in to comment.