Skip to content

Commit

Permalink
Fix composite retriable ann test for expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 13, 2022
1 parent 96e190e commit 09abcea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @author Randell Callahan
* @author Nathanaël Roberts
* @author Maksim Kita
* @Author Gianluca Medici
* @author Gianluca Medici
*/
public class RecoverAnnotationRecoveryHandlerTests {

Expand Down Expand Up @@ -666,7 +666,7 @@ public int fooRecover(Throwable throwable, String name) {
}

public int barRecover(Throwable throwable, String name) {
return 2;
return 4;
}

}
Expand Down

0 comments on commit 09abcea

Please sign in to comment.