blingo/exam/fetchOHLCV_test.go
2025-03-01 23:18:49 +08:00

10 lines
89 B
Go

package exam
import (
"testing"
)
func TestFetchOHLCV(t *testing.T) {
FetchOHLCV()
}