chore: add ut

This commit is contained in:
JustSong
2024-06-23 14:28:55 +08:00
parent 9fc5f427dc
commit 3777517f64
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package channeltype
import (
. "github.com/smartystreets/goconvey/convey"
"testing"
)
func TestChannelBaseURLs(t *testing.T) {
Convey("channel base urls", t, func() {
So(len(ChannelBaseURLs), ShouldEqual, Dummy)
})
}