Skip to content

Commit

Permalink
fix tinybug.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jan 19, 2012
1 parent 972cc87 commit 237dde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function make_format_equiv(method, for_date, should_equal) {
NAME;

test(assert)
}+'').replace('NAME', '"test of '+method+'"')).slice('function () {'.length, -1))
}+'').replace('NAME', '"test of '+method+'"').slice('function () {'.length, -1))
.bind(null, function(assert) {
var fmt = new utils.DateFormat(for_date)
assert.equal(fmt[method](), should_equal)
Expand Down

0 comments on commit 237dde1

Please sign in to comment.