intimate/tasks/twitch/twitch_task1/task_twitch_test.go

14 lines
118 B
Go
Raw Normal View History

2020-07-22 20:00:02 +08:00
package main
import (
"testing"
)
2020-08-28 19:07:12 +08:00
func TestCase1(t *testing.T) {
Execute()
2020-07-22 20:00:02 +08:00
}
2020-07-24 18:48:33 +08:00
func TestLiveUrl(t *testing.T) {
}