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