diff options
Diffstat (limited to 'test/commerce.unit.js')
| -rw-r--r-- | test/commerce.unit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/commerce.unit.js b/test/commerce.unit.js index 26b89a68..df5bddd7 100644 --- a/test/commerce.unit.js +++ b/test/commerce.unit.js @@ -33,7 +33,7 @@ describe("commerce.js", function() { faker.random.arrayElement.restore(); }); - it("should return the maxiumum value if we specify the fixed value", function() { + it("should return the maximum value if we specify the fixed value", function() { sinon.spy(faker.random, 'arrayElement'); var department = faker.commerce.department(5, true); |
