Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Sep 28, 2023
1 parent cc843cf commit a90514f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private void checkEOBExtensionsSTU3(JSONObject jsonObject) throws JSONException
assertFalse(StringUtils.isBlank(mbi));

JSONArray extensionsArray = valueIdentifier.getJSONArray("extension");
assertEquals(11, extensionsArray.length());
assertEquals(1, extensionsArray.length());

JSONObject currencyExtension = extensionsArray.getJSONObject(0);
assertEquals(CURRENCY_IDENTIFIER, currencyExtension.getString("url"));
Expand Down

0 comments on commit a90514f

Please sign in to comment.