money-money/main_test.go

12 lines
127 B
Go
Raw Normal View History

2022-06-20 18:17:29 +00:00
package moneymoney
import "testing"
2022-06-23 09:06:00 +00:00
func TestCase2(t *testing.T) {
GetFromAPI()
}
2022-06-20 18:17:29 +00:00
func TestCase1(t *testing.T) {
main()
}