mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-15 23:54:30 +00:00
chore: add ut
This commit is contained in:
12
relay/channeltype/url_test.go
Normal file
12
relay/channeltype/url_test.go
Normal 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)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user