From 6669bcd6e3b8008fac786d54c5ccfc4fefa74769 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Aug 2021 23:07:52 -0400 Subject: spelling: stubbed Signed-off-by: Josh Soref --- test/datatype.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/datatype.unit.js b/test/datatype.unit.js index b206ca47..8ca329ec 100644 --- a/test/datatype.unit.js +++ b/test/datatype.unit.js @@ -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(); -- cgit v1.2.3