octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

test Assert method usage is reversed - now fixed #101

Closed feiranchen closed 9 years ago

feiranchen commented 9 years ago

Just a couple of the more recent test cases had this problem. The error message would have the "expected" and "actual" values reversed if the tests were to break.

feiranchen commented 9 years ago

The issue has now been fixed.

pengwynn commented 9 years ago

Good catch. I made one comment, but the rest of the diff looks good. :+1:

feiranchen commented 9 years ago

Merged and closed. Let me know if there's any questions!