Skip to content

Commit b9d78bb

Browse files
author
John Chavez
committed
Fixed date error
1 parent f88429d commit b9d78bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/emergencyNotification.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ describe("EmergencyNotification", function(){
8787
var list = res.emergencyNotificationRecipients.emergencyNotificationRecipient;
8888

8989
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)");
9290
list[0].modifiedByUser.should.equal("jgilmore");
9391
list[0].description.should.equal(" This is a description of the emergency notification recipient. ");
9492
list[0].type.should.equal("CALLBACK");

0 commit comments

Comments
 (0)