11 lines
222 B
Go
11 lines
222 B
Go
package misc
|
|
|
|
import (
|
|
"testing"
|
|
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
|
)
|
|
|
|
func TestStartOrEndOpStore(t *testing.T) {
|
|
StartOrEndOpStore(jxcontext.AdminCtx, true, []int{}, []int{}, 0, 0, false, true)
|
|
}
|