Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed May 10, 2020
1 parent 74f87f7 commit a0ac099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fake-timers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4606,7 +4606,7 @@ describe("#276 - remove config.target", function() {
});
});

describe("issue #315 - praseInt if delay not a number", function() {
describe("issue #315 - praseInt if delay is not a number", function() {
it("should successfully execute the timer", function() {
var clock = FakeTimers.install();
var stub1 = sinon.stub();
Expand Down

0 comments on commit a0ac099

Please sign in to comment.