This commit is contained in:
Alexander Plutov 2016-05-02 01:36:49 +07:00
parent 5075571d3d
commit 86a0467076

View File

@ -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)))
}
}