Skip to content

Commit

Permalink
Fix typo in price() description
Browse files Browse the repository at this point in the history
  • Loading branch information
dugoh authored Jan 1, 2017
1 parent 7e96b93 commit f1b446f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commerce.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -112,4 +112,4 @@ describe("commerce.js", function() {
});
});

});
});

0 comments on commit f1b446f

Please sign in to comment.