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

topup_service_test.go   A

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
cc 3
eloc 5
dl 0
loc 11
rs 10
c 0
b 0
f 0

3 Methods

Rating   Name   Duplication   Size   Complexity  
A smobilpay.TestTopupService_GetPackages 0 1 1
A smobilpay.TestTopupService_Quote 0 1 1
A smobilpay.TestTopupService_Collect 0 1 1
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