From 538f32cf57ea58fa54a3fc8e5a300f07a2ffef35 Mon Sep 17 00:00:00 2001 From: thediaval Date: Fri, 8 Nov 2019 11:41:00 +0300 Subject: [PATCH] style(core): change test description --- .../packages/core/src/lib/tests/debounce.directive.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts b/npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts index 0c8b23e140..ef7d0ce608 100644 --- a/npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts +++ b/npm/ng-packs/packages/core/src/lib/tests/debounce.directive.spec.ts @@ -25,7 +25,7 @@ describe('InputEventDebounceDirective', () => { expect(directive).toBeTruthy(); }); - test('should have 1ms debounce time', () => { + test('should have 20ms debounce time', () => { expect(directive.debounce).toBe(20); });