Skip to content

Commit

Permalink
Fixed:Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Apr 3, 2024
1 parent a817650 commit a8f156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/controllers/controlCenter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('API tests for /cancel-booking endpoint for an end to end Notify Messag

expect(response.status).equal(200)
expect(response._body.status).equal(true)
expect(['Notification delivered' , 'Notification sent']).to.include(response._body.message)
expect(response._body.message).to.not.equal('Notification failed')
})


Expand Down

0 comments on commit a8f156f

Please sign in to comment.