Explorar el Código

Update 'README.MD'

nhu313 hace 5 años
padre
commit
14aa82ec97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.MD

+ 1
- 1
README.MD Ver fichero

@@ -141,7 +141,7 @@ Note: You may use the String/Long compareTo methods in your code
141 141
       payment[1] = check;
142 142
 
143 143
       PaymentPresenter presenter = new PaymentPresenter();
144
-      String expected = "Paypal Tamara Mowry tamara@mowry.com\nCheck Tia Mowry ***4551\n";
144
+      String expected = "Check Tia Mowry ***4551\nPaypal Tamara Mowry tamara@mowry.com\n";
145 145
 
146 146
       String actual = presenter.toStringById(payments);
147 147
       assertEquals(expected, actual);