summaryrefslogtreecommitdiff
path: root/config_test.go
diff options
context:
space:
mode:
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