Jerry hace 6 años
padre
commit
fbfdb9911d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gopay_test.go

+ 1 - 1
gopay_test.go

@@ -10,7 +10,7 @@ func TestBodyMap_CheckParamsNull(t *testing.T) {
 	bm.Set("name", "jerry")
 	bm.Set("age", 2)
 	bm.Set("phone", "")
-	bm.Set("pi", 3.14)
+	bm.Set("pi", 3.1415926)
 
 	err := bm.CheckEmptyError("name", "age", "phone")
 	if err != nil {