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 11284ed commit d0c7c0bCopy full SHA for d0c7c0b
org.springframework.context/src/test/java/org/springframework/conversation/BasicConversationTests.java
@@ -423,6 +423,7 @@ public void testConversationAnnotation3() {
423
424
try {
425
serviceBean.endConversationSuccess();
426
+ fail("RuntimeException must happen while ending conversation");
427
} catch (RuntimeException e) {
428
// must happen
429
}
@@ -450,6 +451,7 @@ public void testConversationAnnotation4() {
450
451
452
453
serviceBean.endConversationCancel();
454
455
456
457
0 commit comments