intimate/tasks/twitch/twitch_task1/task_twitch_test.go

14 lines
117 B
Go
Raw Normal View History

2020-07-22 12:00:02 +00:00
package main
import (
"testing"
)
func estCase1(t *testing.T) {
Execute()
2020-07-22 12:00:02 +00:00
}
2020-07-24 10:48:33 +00:00
func TestLiveUrl(t *testing.T) {
}