1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 10:30:39 +00:00

fix misspell

This commit is contained in:
astaxie
2017-04-28 23:37:40 +08:00
parent 64b475d7d6
commit 1c32c011a1
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ func TestSearchFile(t *testing.T) {
_, err = SearchFile(noExistedFile, ".")
if err == nil {
t.Errorf("err shouldnot be nil, got path: %s", SelfDir())
t.Errorf("err shouldnt be nil, got path: %s", SelfDir())
}
}