aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();