auto refresh store's open and close time

This commit is contained in:
Rosy-zhudan
2019-07-29 08:54:15 +08:00
parent 1a9beaa4f9
commit 545f873da5
2 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package misc
import (
"testing"
)
func TestStartOrEndOpStore(t *testing.T) {
StartOrEndOpStore(true)
}