From b445cfa9b5279b9db7ec0956222f9e2744d5f986 Mon Sep 17 00:00:00 2001 From: rishabhdixit Date: Mon, 11 Jan 2016 17:14:31 +0530 Subject: [PATCH] Removed error occuring while running test case of content home controller --- control/content/controllers/content.home.controller.js | 2 +- test/control/content/content.home.controller.spec.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control/content/controllers/content.home.controller.js b/control/content/controllers/content.home.controller.js index 3a78f90..e07d347 100644 --- a/control/content/controllers/content.home.controller.js +++ b/control/content/controllers/content.home.controller.js @@ -8,7 +8,7 @@ var _data = { "content": { "carouselImages": [], - "description": '

 

', + "description": '', "rssUrl": "", "type": "", "playListID": null, diff --git a/test/control/content/content.home.controller.spec.js b/test/control/content/content.home.controller.spec.js index 41669a3..0f653ec 100644 --- a/test/control/content/content.home.controller.spec.js +++ b/test/control/content/content.home.controller.spec.js @@ -67,7 +67,7 @@ describe('Unit : youtubePlugin content.home.controller.js', function () { expect(ContentHome.masterData).toEqual({ "content": { "carouselImages": [], - "description": '

 

', + "description": '', "rssUrl": "", "type": "", "playListID": null, @@ -93,7 +93,7 @@ describe('Unit : youtubePlugin content.home.controller.js', function () { expect(ContentHome.data).toEqual({ "content": { "carouselImages": [], - "description": '

 

', + "description": '', "rssUrl": "", "type": "", "playListID": null,