Skip to content

Commit 69b6741

Browse files
Fix unit test
1 parent 5d29def commit 69b6741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/hyperwallet/clientsdk/util/HyperwalletApiClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,11 +1765,11 @@ public void testInvalidJsonResponse() throws Exception {
17651765
" {\n" +
17661766
" \"token\" : \"pmt-81aad61a-03ff-4995-a2fc-6a6e2d8911af\",\n" +
17671767
" \"createdOn\" : \"2016-11-11T21:57:40\",\n" +
1768-
" \"amount\" : \"1,707.58\",\n" +
1768+
" \"amount\" : \"1707.58\",\n" +
17691769
" \"currency\" : \"GBP\",\n" +
17701770
" \"clientPaymentId\" : \"8729\",\n" +
17711771
" \"memo\" : \"Advance Payment for Oct 2016\",\n" +
1772-
" \"purpose\" : \"OTHER\",\n" +
1772+
" \"purpose\" : \"OTHER\"\n" +
17731773
" \"expiresOn\" : \"2017-05-10\",\n" +
17741774
" \"destinationToken\" : \"usr-332b1efe-3486-407f-b72b-f74f36723e6d\",\n" +
17751775
" \"programToken\" : \"prg-11f244b9-7ce4-4d8f-a367-614617529b11\",\n" +

0 commit comments

Comments
 (0)