mirror of
https://github.com/beego/bee.git
synced 2024-11-21 23:50:54 +00:00
Update test.go
line 97 ColorLog("[ERRO] %s", err) 缺少参数%s。
This commit is contained in:
parent
ba0d690eac
commit
fff8754c82
2
test.go
2
test.go
@ -94,7 +94,7 @@ func runTest() {
|
|||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ColorLog("[ERRO] ============== Test failed ===================\n")
|
ColorLog("[ERRO] ============== Test failed ===================\n")
|
||||||
ColorLog("[ERRO] ", err)
|
ColorLog("[ERRO] %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ColorLog("[SUCC] Test finish\n")
|
ColorLog("[SUCC] Test finish\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user