diff --git a/spec/schedulers/AnimationFrameScheduler-spec.ts b/spec/schedulers/AnimationFrameScheduler-spec.ts index 5a630c6ce0..4fa3924ae8 100644 --- a/spec/schedulers/AnimationFrameScheduler-spec.ts +++ b/spec/schedulers/AnimationFrameScheduler-spec.ts @@ -25,7 +25,7 @@ describe('Scheduler.animationFrame', () => { sandbox.restore(); }); - it('should cancel animationFrame actions when delay > 0', () => { + it('should cancel animationFrame actions when unsubscribed', () => { let actionHappened = false; const sandbox = sinon.sandbox.create(); const fakeTimer = sandbox.useFakeTimers();