1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-10 02:50:19 +00:00
This commit is contained in:
qshuai
2018-03-27 23:29:13 +08:00
parent f16688817a
commit 889408136b
7 changed files with 27 additions and 27 deletions

View File

@ -216,7 +216,7 @@ func TestJson(t *testing.T) {
t.Error("unknown keys should return an error when expecting a Bool")
}
if !jsonconf.DefaultBool("unknow", true) {
if !jsonconf.DefaultBool("unknown", true) {
t.Error("unknown keys with default value wrong")
}
}