This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package exchangeRate
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestGetExchangeRete(t *testing.T) {
|
||||
t.Skip("skip TestGetExchangeRete")
|
||||
result, err := GetExchangeRete("USD", "CNY", "", 1)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(result)
|
||||
}
|
||||
Reference in New Issue
Block a user