Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade jackson #1051

Merged
merged 5 commits into from
Jun 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove temp code
  • Loading branch information
jboulter committed May 1, 2023
commit c24a68384e633d1b44a227e45ad03e38ddadb945
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ public void itLimitsDepth() {
.as("The string to be serialized is larger than the max output size")
.isInstanceOf(JsonMappingException.class)
.hasMessageContaining("Max length of 10000 chars reached");

assertThatThrownBy(() -> PyishObjectMapper.getAsPyishString(original))
.isInstanceOf(OutputTooBigException.class);
} finally {
JinjavaInterpreter.popCurrent();
}
Expand Down