Skip to content

Commit

Permalink
Added: Test Cases for Process Instruction Action
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Mar 28, 2024
1 parent 7337fa4 commit 9063a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9063a95

Please sign in to comment.