intimate/tasks/twitch/twitch_task1/task_twitch_test.go

11 lines
103 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
}