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 958f3d1 commit 41d53fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-test/src/test/java/gov/cms/ab2d/e2etest/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,10 @@ private void checkEOBExtensionsSTU3(JSONObject jsonObject) throws JSONException

final JSONArray extensions = jsonObject.getJSONArray("extension");
assertNotNull(extensions);
assertEquals(11, extensions.length());
assertEquals(22, extensions.length());

// Assume first extension is MBI object
JSONObject idObj = extensions.getJSONObject(10);
JSONObject idObj = extensions.getJSONObject(21);
assertNotNull(idObj);

// Unwrap identifier
Expand Down

0 comments on commit 41d53fe

Please sign in to comment.