You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package main
-
- import (
- "biukop.com/sfm/loan"
- log "github.com/sirupsen/logrus"
- "testing"
- )
-
- func TestDecodePayInMain(t *testing.T) {
- ai := AiDecodeIncome{}
- ul := loan.Uploads{}
- ul.Read(30)
- _ = ai.decodeUploadToPayIn(ul, false)
- log.Println(ai)
- }
|