From: Debarshi Bhaumik Date: Wed, 16 May 2018 06:51:44 +0000 (+0530) Subject: Fix unit tests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c369cd7fa16f14c8cc165ff224f9af0b6dcf4db;p=civicrm-core.git Fix unit tests --- 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'};