mirror of
https://github.com/astaxie/beego.git
synced 2025-06-13 18:30:40 +00:00
Merge branch 'develop-2.0' of github.com:astaxie/beego into change_redis_provider
This commit is contained in:
@ -57,7 +57,7 @@ func TestFileProvider_SessionExist(t *testing.T) {
|
||||
_ = fp.SessionInit(180, sessionPath)
|
||||
|
||||
exists, err := fp.SessionExist(sid)
|
||||
if err != nil{
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
if exists {
|
||||
|
Reference in New Issue
Block a user