From 9063a950ffef2b3ae7b92bd76ef8da9f68284a3b Mon Sep 17 00:00:00 2001 From: shreyvishal Date: Thu, 28 Mar 2024 19:32:17 +0530 Subject: [PATCH] Added: Test Cases for Process Instruction Action --- tests/unit/services/actions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/services/actions.test.js b/tests/unit/services/actions.test.js index af3c990..584c3ef 100644 --- a/tests/unit/services/actions.test.js +++ b/tests/unit/services/actions.test.js @@ -75,7 +75,7 @@ describe('Test cases for services/actions.js', () => { }) }) - describe.only('Test cases for Process Instruction action', () => { + describe('Test cases for Process Instruction action', () => { it('Should test succesfull process instruction for general statement', async () => { const messageBody = "What is capital of India";