package common import ( "testing" ) func Test_ObtainCurrencyPrice(t *testing.T) { eth, mf1, mr := ObtainCurrencyPrice() t.Errorf("eth:%s , mf1 :%s , mr :%s", eth, mf1, mr) t.Fail() }