mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 10:30:39 +00:00
fix misspell
This commit is contained in:
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user