intimate/tasks/twitch/twitch_task1/task_twitch_test.go

15 lines
140 B
Go
Raw Normal View History

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