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()
|
payments, _ := c.GetPayments()
|
||||||
|
|
||||||
if len(payments) != 5 {
|
if len(payments) != 6 {
|
||||||
t.Errorf("5 payments must be returned for GetPayments. Returned: " + strconv.Itoa(len(payments)))
|
t.Errorf("6 payments must be returned for GetPayments. Returned: " + strconv.Itoa(len(payments)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user