auto refresh store's open and close time
This commit is contained in:
9
business/jxstore/misc/misc2_test.go
Normal file
9
business/jxstore/misc/misc2_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package misc
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStartOrEndOpStore(t *testing.T) {
|
||||
StartOrEndOpStore(true)
|
||||
}
|
||||
Reference in New Issue
Block a user