We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b929d9 commit a1c6bf8Copy full SHA for a1c6bf8
src/examples/java/io/sf/carte/example/EchoSVGTest.java
@@ -133,7 +133,7 @@ public void testTranscodingHelper() throws Exception {
133
TranscoderInput input = new TranscoderInput(re);
134
helper.transcode(input, output);
135
}
136
- assertTrue(ostream.size() > 8000, "Mermaid image had size of only " + ostream.size() + ".");
+ assertTrue(ostream.size() > 7000, "Mermaid image had size of only " + ostream.size() + ".");
137
138
139
@Test
0 commit comments