forked from go-packages/paypal
UT fix
This commit is contained in:
parent
5075571d3d
commit
86a0467076
|
@ -41,8 +41,8 @@ func TestGetPayments(t *testing.T) {
|
|||
|
||||
payments, _ := c.GetPayments()
|
||||
|
||||
if len(payments) != 5 {
|
||||
t.Errorf("5 payments must be returned for GetPayments. Returned: " + strconv.Itoa(len(payments)))
|
||||
if len(payments) != 6 {
|
||||
t.Errorf("6 payments must be returned for GetPayments. Returned: " + strconv.Itoa(len(payments)))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user