aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-07-19 14:08:19 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2018-07-19 14:08:30 +0530
commitfcc51078df3cb60083155effc3104a57cb5f01cc (patch)
tree565756719cdca9a27594f3c909891024716c7584 /src/app
parentc3736d86c041598e2cc39d29d25f69d7f61444b1 (diff)
Removed fdescribe
Removed fdescribe which was accidentally checked-in. Issue-ID: APPC-1064 Change-Id: I08265f3de9cea66836ed7e194e4bd4f9d1159e7f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/shared/services/paramShare.service.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/shared/services/paramShare.service.spec.ts b/src/app/shared/services/paramShare.service.spec.ts
index 1769198..6b8fc83 100644
--- a/src/app/shared/services/paramShare.service.spec.ts
+++ b/src/app/shared/services/paramShare.service.spec.ts
@@ -23,7 +23,7 @@ limitations under the License.
import { inject, TestBed } from '@angular/core/testing';
import { ParamShareService } from './paramShare.service';
-fdescribe('ParamShareService', () => {
+describe('ParamShareService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [ParamShareService]