Skip to content

Commit bb31b4c

Browse files
committed
fix test
1 parent 4bec1f2 commit bb31b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/transactions/AmmWithdrawTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void testJsonWithUnknownFields() throws JSONException, JsonProcessingException {
221221
String json = "{\n" +
222222
" \"Foo\" : \"Bar\",\n" +
223223
" \"Account\" : \"rJVUeRqDFNs2xqA7ncVE6ZoAhPUoaJJSQm\",\n" +
224-
" \"LPTokensIn\" : " + objectMapper.writeValueAsString(withdraw.lpTokensIn()) + "," +
224+
" \"LPTokenIn\" : " + objectMapper.writeValueAsString(withdraw.lpTokensIn()) + "," +
225225
" \"Asset\" : " + objectMapper.writeValueAsString(withdraw.asset()) + "," +
226226
" \"Asset2\" : " + objectMapper.writeValueAsString(withdraw.asset2()) + "," +
227227
" \"Fee\" : \"10\",\n" +

0 commit comments

Comments
 (0)