Skip to content

Commit

Permalink
Fixed the broken test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtabish committed Jun 29, 2016
1 parent 5e21ecc commit 8c2e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/control/content/content.event.controller.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe('Unit : Event Manual Plugin content.event.controller.js', function () {
};
ContentEvent.setEndDay();
$rootScope.$apply();
expect(ContentEvent.event.data.endDate).toEqual('Sun Oct 16 2016 00:00:00 GMT+0530 (IST)');
expect(ContentEvent.event.data.endDate).toEqual(1476556800000);
});

it('it should pass if ContentEvent.editLink', function () {
Expand Down

0 comments on commit 8c2e089

Please sign in to comment.