@@ -41,7 +41,7 @@ public class PaymentPresenterTest {
Payments[] payments = new Payments[2];
Payments paypal = new Paypal(4L, "Tia Mowry", "tia@mowry.com");
Payments check = new Check(81L, "Tia Mowry", "11432543", "134344551");
-x
+
payments[0] = paypal;
payments[1] = check;