diff options
| author | Marak <[email protected]> | 2017-02-11 17:05:33 -0500 |
|---|---|---|
| committer | Marak <[email protected]> | 2017-02-11 17:14:16 -0500 |
| commit | ce59f779f796f670faf3e23726f71f91e2723ac2 (patch) | |
| tree | 66ffd5c05e3399cbccf3d02b6e6ba80b261f3569 /test | |
| parent | 4779b3e60e92850ddfe87b042b936311e25d1a8d (diff) | |
| download | faker-ce59f779f796f670faf3e23726f71f91e2723ac2.tar.xz faker-ce59f779f796f670faf3e23726f71f91e2723ac2.zip | |
[test] [fix] [minor] Typo in test name
Diffstat (limited to 'test')
| -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 12b06887..1b5c5bdd 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(); |
