Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | package smobilpay |
||
2 | |||
3 | import "testing" |
||
4 | |||
5 | func TestTopupService_GetPackages(t *testing.T) { |
||
6 | } |
||
7 | |||
8 | func TestTopupService_Quote(t *testing.T) { |
||
9 | } |
||
10 | |||
11 | func TestTopupService_Collect(t *testing.T) { |
||
12 | } |
||
13 |