summaryrefslogtreecommitdiff
path: root/config_test.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-07-06 21:09:01 +0200
committerCarlos Martín Nieto <[email protected]>2017-07-06 21:09:01 +0200
commitb09f1ab73936c8ce50b00c50ed4884b748e94b66 (patch)
tree43ad3d49ed236940d8bf7d3f97a1e52122e29c86 /config_test.go
parentdaee43b89171725a719f0bafebbb348d855156fe (diff)
Fix a couple of issues reported by go-vet
Diffstat (limited to 'config_test.go')
-rw-r--r--config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_test.go b/config_test.go
index f31e73e..196d4ad 100644
--- a/config_test.go
+++ b/config_test.go
@@ -62,7 +62,7 @@ var tests = []TestRunner{
t.Errorf("Got LookupBool error: '%v', expected none\n", err)
}
if !val {
- t.Errorf("Got %b from LookupBool, expected 'false'\n", val)
+ t.Errorf("Got %t from LookupBool, expected 'false'\n", val)
}
},
// LookupInt32