From 7c369cd7fa16f14c8cc165ff224f9af0b6dcf4db Mon Sep 17 00:00:00 2001 From: Debarshi Bhaumik Date: Wed, 16 May 2018 12:21:44 +0530 Subject: [PATCH] Fix unit tests --- tests/karma/unit/crmCaseTypeSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/karma/unit/crmCaseTypeSpec.js b/tests/karma/unit/crmCaseTypeSpec.js index 1193b4573d..9279d2017d 100644 --- a/tests/karma/unit/crmCaseTypeSpec.js +++ b/tests/karma/unit/crmCaseTypeSpec.js @@ -299,7 +299,7 @@ describe('crmCaseType', function() { beforeEach(function() { scope = $rootScope.$new(); element = '
' + - '{{ activitySet.label }}' + + '{{ activitySet.label }}' + '
'; scope.activitySet = { label: 'Title'}; -- 2.25.1