소스 검색

Update 'README.MD'

nhu313 7 년 전
부모
커밋
14aa82ec97
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.MD

+ 1
- 1
README.MD 파일 보기

141
       payment[1] = check;
141
       payment[1] = check;
142
 
142
 
143
       PaymentPresenter presenter = new PaymentPresenter();
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
       String actual = presenter.toStringById(payments);
146
       String actual = presenter.toStringById(payments);
147
       assertEquals(expected, actual);
147
       assertEquals(expected, actual);