money-money/main_test.go
2022-06-23 17:06:00 +08:00

12 lines
127 B
Go

package moneymoney
import "testing"
func TestCase2(t *testing.T) {
GetFromAPI()
}
func TestCase1(t *testing.T) {
main()
}