- fix retry bug (request can not be reused).
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package mtpsapi
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi"
|
||||
@@ -33,6 +34,8 @@ func handleError(t *testing.T, err error) {
|
||||
}
|
||||
func TestTest(t *testing.T) {
|
||||
sugarLogger.Debug(utils.GetCurTimeStr())
|
||||
tmpStr := "this is a\u00A0"
|
||||
sugarLogger.Debug(strings.Trim(tmpStr, " \u00A0"))
|
||||
}
|
||||
|
||||
func TestAccessAPI(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user