go-common/app/job/main/figure/dao/vip_test.go

12 lines
160 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package dao
import (
"context"
"testing"
)
func TestUpdateVipStatus(t *testing.T) {
once.Do(startService)
d.UpdateVipStatus(context.TODO(), 7593623, 1)
}