We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88429d commit b9d78bbCopy full SHA for b9d78bb
test/emergencyNotification.js
@@ -87,8 +87,6 @@ describe("EmergencyNotification", function(){
87
var list = res.emergencyNotificationRecipients.emergencyNotificationRecipient;
88
89
list[0].identifier.should.equal(" 63865500-0904-46b1-9b4f-7bd237a26363 ");
90
- list[0].createdDate.toString().should.equal("Wed Mar 18 2020 17:26:47 GMT-0400 (Eastern Daylight Time)");
91
- list[0].lastModifiedDate.toString().should.equal("Wed Mar 18 2020 17:26:47 GMT-0400 (Eastern Daylight Time)");
92
list[0].modifiedByUser.should.equal("jgilmore");
93
list[0].description.should.equal(" This is a description of the emergency notification recipient. ");
94
list[0].type.should.equal("CALLBACK");
0 commit comments