Skip to content

Commit

Permalink
tests: tests were updated
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Feb 22, 2024
1 parent b2c2312 commit 41901b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/choreography.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('choreography exists', () => {
describe('ANNOUNCEMENT_SEND_MESSAGE_TO_USER', () => {
checkChoreography(ChoreographyDict.ANNOUNCEMENT_SEND_MESSAGE_TO_USER, {
choreographyName: 'ANNOUNCEMENT_SEND_MESSAGE_TO_USER',
transactionsLength: 1,
transactionsLength: 3,
});
});

Expand Down

0 comments on commit 41901b0

Please sign in to comment.