Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 177dcbb

Browse files
committed
fix tests
1 parent 4d3fa17 commit 177dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codacy/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def self.post_results(parsed_result)
2121
logger.error 'Could not find the current commit, make sure that you are running inside a git project.'
2222
false
2323
else
24-
logger.info('Posting ' + result.to_s.length + ' bytes to ' + url)
24+
logger.info('Posting ' + result.to_s.length.to_s + ' bytes to ' + url)
2525
response = send_request(url, result, project_token)
2626

2727
logger.info(response)

0 commit comments

Comments
 (0)