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 9d41013 commit 541b5bfCopy full SHA for 541b5bf
tests/src/test/java/net/devh/boot/grpc/test/advice/AdviceExceptionHandlingTest.java
@@ -119,7 +119,7 @@ void testThrownClassCastException_IsMappedAsStatusRuntimeExceptionAndWithMetadat
119
120
@Test
121
@DirtiesContext
122
- void testThrownMyRootRuntimeException_IsNotMappedAndResultsInInvocationException() {
+ void testThrownAccountExpiredException_IsNotMappedAndResultsInInvocationException() {
123
124
AccountExpiredException exceptionToMap =
125
new AccountExpiredException("Trigger Advice"); // not mapped in GrpcAdviceConfig
0 commit comments