Skip to content

Commit

Permalink
[test] [fix] [minor] Typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Feb 11, 2017
1 parent 4779b3e commit ce59f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit ce59f77

Please sign in to comment.