mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-16 07:46:36 +08:00
改进单元测试,以便于可以使用go test ../...进行执行
This commit is contained in:
@@ -142,6 +142,8 @@ func TestStore_CloseTwice(t *testing.T) {
|
||||
|
||||
func TestStore_Count(t *testing.T) {
|
||||
testCountStore(t)
|
||||
|
||||
_ = testingStore.Close()
|
||||
}
|
||||
|
||||
var testingStore *kvstore.Store
|
||||
|
||||
Reference in New Issue
Block a user