update unit test cases for gfpool

This commit is contained in:
John
2019-06-17 20:21:41 +08:00
parent ae8eb4a1f1
commit 619a539f2e

View File

@ -76,7 +76,6 @@ func TestOpenErr(t *testing.T) {
gtest.AssertEQ(err1, nil)
stop(testFile)
_, err1 = pool.File()
glog.Error(err1)
gtest.AssertNE(err1, nil)
})
}