complete test example

This commit is contained in:
jianzhiyao 2020-05-08 17:35:02 +08:00
parent b28d5e2716
commit d31975a752
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func assetOpenFileAndContent(sch *serveContentHolder, reader *serveContentReader
t.Fail()
}
}
if len(staticFileMap) == 0 {
if staticFileLruCache.Len() == 0 {
t.Log("men map is empty")
t.Fail()
}