Skip to content

Commit

Permalink
fix(animationFrame.spec): spec description fix (#3140)
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 and benlesh committed Jan 23, 2018
1 parent e83fda7 commit ab6c325
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 ab6c325

Please sign in to comment.