Skip to content

Commit

Permalink
Removed error occuring while running test case of content home contro…
Browse files Browse the repository at this point in the history
…ller
  • Loading branch information
rishabhdixit committed Jan 11, 2016
1 parent 49eae3b commit b445cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion control/content/controllers/content.home.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var _data = {
"content": {
"carouselImages": [],
"description": '<p>&nbsp;<br></p>',
"description": '',
"rssUrl": "",
"type": "",
"playListID": null,
Expand Down
4 changes: 2 additions & 2 deletions test/control/content/content.home.controller.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Unit : youtubePlugin content.home.controller.js', function () {
expect(ContentHome.masterData).toEqual({
"content": {
"carouselImages": [],
"description": '<p>&nbsp;<br></p>',
"description": '',
"rssUrl": "",
"type": "",
"playListID": null,
Expand All @@ -93,7 +93,7 @@ describe('Unit : youtubePlugin content.home.controller.js', function () {
expect(ContentHome.data).toEqual({
"content": {
"carouselImages": [],
"description": '<p>&nbsp;<br></p>',
"description": '',
"rssUrl": "",
"type": "",
"playListID": null,
Expand Down

0 comments on commit b445cfa

Please sign in to comment.