Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Feb 20, 2025
1 parent 76ec2f4 commit d924181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports[`Do payment with Excel FSP Import FSP reconciliation data Should give an
}
`;

exports[`Do payment with Excel FSP Import FSP reconciliation data Should give an error when there a duplicate values in the toMatch column 1`] = `
exports[`Do payment with Excel FSP Import FSP reconciliation data Should give an error when there are duplicate values in the toMatch column 1`] = `
{
"errors": "The match column 'phoneNumber' contains duplicate values.",
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('Do payment with Excel FSP', () => {
}
});

it(`Should give an error when there a duplicate values in the toMatch column`, async () => {
it(`Should give an error when there are duplicate values in the toMatch column`, async () => {
// Arrange
const matchColumn = FinancialServiceProviderAttributes.phoneNumber;
const reconciliationData = [
Expand Down

0 comments on commit d924181

Please sign in to comment.