Skip to content

Commit

Permalink
Update jvm-libs/json-rpc/src/test/kotlin/net/consensys/linea/jsonrpc/…
Browse files Browse the repository at this point in the history
…client/JsonRpcV2ClientImplTest.kt

Co-authored-by: Roman Vaseev <[email protected]>
Signed-off-by: Pedro Novais <[email protected]>
  • Loading branch information
jpnovais and Filter94 authored Oct 18, 2024
1 parent 2d4b3d7 commit ea20aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class JsonRpcV2ClientImplTest {
}

@Test
fun `when shared predicate is defined shall retry when any of then returns true`() {
fun `when shared predicate is defined shall retry when any of them returns true`() {
val baseRetryPredicateCalls = mutableListOf<Result<Any?, Throwable>>()
val baseRetryPredicate = Predicate<Result<Any?, Throwable>> {
baseRetryPredicateCalls.add(it)
Expand Down

0 comments on commit ea20aaf

Please sign in to comment.