12 lines
160 B
Go
12 lines
160 B
Go
|
package dao
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestUpdateVipStatus(t *testing.T) {
|
||
|
once.Do(startService)
|
||
|
d.UpdateVipStatus(context.TODO(), 7593623, 1)
|
||
|
}
|