Skip to content

Commit 541b5bf

Browse files
committed
review feedback
1 parent 9d41013 commit 541b5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/java/net/devh/boot/grpc/test/advice/AdviceExceptionHandlingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void testThrownClassCastException_IsMappedAsStatusRuntimeExceptionAndWithMetadat
119119

120120
@Test
121121
@DirtiesContext
122-
void testThrownMyRootRuntimeException_IsNotMappedAndResultsInInvocationException() {
122+
void testThrownAccountExpiredException_IsNotMappedAndResultsInInvocationException() {
123123

124124
AccountExpiredException exceptionToMap =
125125
new AccountExpiredException("Trigger Advice"); // not mapped in GrpcAdviceConfig

0 commit comments

Comments
 (0)