Merge remote-tracking branch 'origin/mark' into don

This commit is contained in:
Rosy-zhudan
2019-08-02 08:47:16 +08:00
13 changed files with 101 additions and 39 deletions

View File

@@ -5,5 +5,5 @@ import (
)
func TestStartOrEndOpStore(t *testing.T) {
StartOrEndOpStore(true, 0, 0)
StartOrEndOpStore(true, 0, 0, false, true)
}