Skip to content

Commit

Permalink
chore: small fix for sonar issues+1
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Feb 2, 2024
1 parent e5c6a19 commit 7a99461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/v2/destinations/rakuten/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('constructLineItems', () => {
},
],
};
expect(() => constructLineItems(properties)).toThrow('quantity is required field. Aborting');
expect(() => constructLineItems(properties)).toThrow('quantity is a required field. Aborting');
});
it('should throw an InstrumentationError when a product is missing both amount and price properties', () => {
const properties = {
Expand Down

0 comments on commit 7a99461

Please sign in to comment.