提交 fbde98f3 编写于 作者: R Rossen Stoyanchev

Add missing verify() in Jackson2TokenizerTests

Closes gh-24056
上级 529f8ba7
......@@ -210,8 +210,8 @@ public class Jackson2TokenizerTests extends AbstractLeakCheckingTestCase {
.expectNext(expected)
.verifyComplete();
StepVerifier.create(decode(source, false, maxInMemorySize - 1))
.expectError(DataBufferLimitException.class);
StepVerifier.create(decode(source, false, maxInMemorySize - 2))
.verifyError(DataBufferLimitException.class);
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册