Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Mar 31, 2010
1 parent 5b169c5 commit 7e1cbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/restclient/payload.rb
Expand Up @@ -91,7 +91,7 @@ def inspect
end

def short_inspect
(size > 100 ? "#{size} byte(s) length" : inspect)
(size > 500 ? "#{size} byte(s) length" : inspect)
end

end
Expand Down

0 comments on commit 7e1cbfe

Please sign in to comment.