From ce59f779f796f670faf3e23726f71f91e2723ac2 Mon Sep 17 00:00:00 2001 From: Marak Date: Sat, 11 Feb 2017 17:05:33 -0500 Subject: [test] [fix] [minor] Typo in test name --- test/commerce.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3