Skip to content

Commit

Permalink
fix(animationFrame.spec): spec description fix
Browse files Browse the repository at this point in the history
This test is not related to delay but the effect of unsubscribe on the resulting Subscription.
  • Loading branch information
gsans authored Nov 29, 2017
1 parent 3390926 commit 0cb2ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/schedulers/AnimationFrameScheduler-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0cb2ef8

Please sign in to comment.