aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2017-02-11 17:05:33 -0500
committerMarak <[email protected]>2017-02-11 17:14:16 -0500
commitce59f779f796f670faf3e23726f71f91e2723ac2 (patch)
tree66ffd5c05e3399cbccf3d02b6e6ba80b261f3569
parent4779b3e60e92850ddfe87b042b936311e25d1a8d (diff)
downloadfaker-ce59f779f796f670faf3e23726f71f91e2723ac2.tar.xz
faker-ce59f779f796f670faf3e23726f71f91e2723ac2.zip
[test] [fix] [minor] Typo in test name
-rw-r--r--test/commerce.unit.js2
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();