intimate/tasks/twitch/twitch_task1/task_twitch_test.go
2020-07-24 18:48:33 +08:00

15 lines
140 B
Go

package main
import (
"testing"
)
func TestCase1(t *testing.T) {
e := ChannelLink{}
e.Execute()
}
func TestLiveUrl(t *testing.T) {
}