Skip to content

Commit

Permalink
spelling: stubbed
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Aug 18, 2021
1 parent 222b58c commit 6669bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datatype.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe("datatype.js", function () {
assert.ok(!isNaN(date.getTime()));
assert.strictEqual(Object.prototype.toString.call(date), "[object Date]");
});
it('basic test with stubed value', function () {
it('basic test with stubbed value', function () {
var today = new Date();
sinon.stub(faker.datatype, 'number').returns(today);
var date = faker.datatype.datetime();
Expand Down

0 comments on commit 6669bcd

Please sign in to comment.