-
Notifications
You must be signed in to change notification settings - Fork 4
Fix unit test and bump circle.yml to 1.8 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
remoteconfig_test.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an assert.Error that provide a slightly more obvious error message than you get with assert.NotNil.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
f6ed515 to
5709c44
Compare
coveralls
commented
Mar 20, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Not sure the best way to workaround this one, but this is the test output that I get with go 1.8:
The error message has changed, so I changed the test to just be a "contains" check to better future-proof it.