Skip to content

Commit

Permalink
just to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Plentz committed Mar 2, 2015
1 parent f4658d3 commit 2cf3e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/typing_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ test("with a pre-set value", function() {
var input = $("#input1").maskMoney();
input.val("1");
input.trigger("focus");
keypress(input, 1);
equal(input.val(), "10.01", "accept the input and format correctly");
keypress(input, 2);
equal(input.val(), "10.02", "accept the input and format correctly");
});

0 comments on commit 2cf3e7d

Please sign in to comment.