Passed
Push — main ( 79b9ab...e52106 )
by Acho
01:45
created

smobilpay.TestTopupService_GetPackages   A

Complexity

Conditions 1

Size

Total Lines 1
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
nop 1
dl 0
loc 1
rs 10
c 0
b 0
f 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