package task
import "testing"
func TestSearchUntrackedUps(t *testing.T) {
BeforeTesting()
SearchUpsFromVideo()
}
func TestSearchUpsFromLiveRoom(t *testing.T) {
SearchUpsFromLiveRoom()