vip_test.go 160 B

1234567891011
  1. package dao
  2. import (
  3. "context"
  4. "testing"
  5. )
  6. func TestUpdateVipStatus(t *testing.T) {
  7. once.Do(startService)
  8. d.UpdateVipStatus(context.TODO(), 7593623, 1)
  9. }