Skip to content
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

Tests Fail on Boolean Format #45

Open
GerryG opened this issue Oct 3, 2018 · 0 comments
Open

Tests Fail on Boolean Format #45

GerryG opened this issue Oct 3, 2018 · 0 comments

Comments

@GerryG
Copy link

GerryG commented Oct 3, 2018

This must be a golang version thing, but in settings*_test.go it is try to fmt.Errorf with booleans formatted with %d. I had to replace them with %t to work.

My go version is: go version go1.10.1 linux/amd64

I'm guessing this must have changed with some go version that isn't that widespread yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant