Skip to content

Commit

Permalink
Merge pull request #2123 from dimagi/indexedFixtureDeserializationExc…
Browse files Browse the repository at this point in the history
…eption

Correct error handling for Indexed Fixture atrribute lookup
  • Loading branch information
shubham1g5 authored Jul 11, 2019
2 parents 672f946 + 7108207 commit b5ee28d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private synchronized TreeElement loadAttributes() {
String newMessage = "Deserialization failed for indexed fixture root atrribute wrapper: " + e.getMessage();
throw new RuntimeException(newMessage);
}
throw e;
}
}
return attributes;
Expand Down

0 comments on commit b5ee28d

Please sign in to comment.