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); });