From 7c392f316d0095f99ee1ebfae0cac48d0d866708 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Fri, 18 May 2018 16:00:59 +0200 Subject: [PATCH] fixed lint error --- src/app/core/shared/operators.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/core/shared/operators.spec.ts b/src/app/core/shared/operators.spec.ts index cb1d5bc62a..bb2fc263fd 100644 --- a/src/app/core/shared/operators.spec.ts +++ b/src/app/core/shared/operators.spec.ts @@ -14,7 +14,6 @@ import { getResponseFromSelflink } from './operators'; - describe('Core Module - RxJS Operators', () => { let scheduler: TestScheduler; let requestService: RequestService;