octokit / go-octokit

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

Fixed string comparison assertion issue due to changes in testify. #110

Closed dhruvsinghal closed 9 years ago

dhruvsinghal commented 9 years ago

@pengwynn This should fix the problem with CI build.

pengwynn commented 9 years ago

:metal: