From 41901b0746326d9f6aba50862b160e57b38be04b Mon Sep 17 00:00:00 2001 From: Mohammad Twin Date: Thu, 22 Feb 2024 11:01:23 +0400 Subject: [PATCH] tests: tests were updated --- __tests__/unit/choreography.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/unit/choreography.test.ts b/__tests__/unit/choreography.test.ts index 02ace3f..1476004 100644 --- a/__tests__/unit/choreography.test.ts +++ b/__tests__/unit/choreography.test.ts @@ -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, }); });