diff options
| author | Jacob Goense <[email protected]> | 2017-01-01 07:36:05 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-01 07:36:05 -0500 |
| commit | f1b446fb69772d820167d68acda2b10c92aed3b4 (patch) | |
| tree | 28c3f0691dbb029e87b2d77d9dd8186bcde9b9d9 | |
| parent | 7e96b93869b422af5a63c115e04ff0206bf7b228 (diff) | |
| download | faker-f1b446fb69772d820167d68acda2b10c92aed3b4.tar.xz faker-f1b446fb69772d820167d68acda2b10c92aed3b4.zip | |
Fix typo in price() description
| -rw-r--r-- | test/commerce.unit.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/commerce.unit.js b/test/commerce.unit.js index 06445e34..1cd02b18 100644 --- a/test/commerce.unit.js +++ b/test/commerce.unit.js @@ -72,7 +72,7 @@ describe("commerce.js", function() { }); }); - describe("price(min, max, dec, symbol", function() { + describe("price(min, max, dec, symbol)", function() { it("should use the default amounts when not passing arguments", function() { var price = faker.commerce.price(); @@ -112,4 +112,4 @@ describe("commerce.js", function() { }); }); -});
\ No newline at end of file +}); |
