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 e274347 commit ff2601a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class JsonRpcV2ClientImplTest {
}

@Test
fun `when it gets an error propagates to shallRetryRequestPredicate and retries while is true`() {
fun `when it gets an error propagates to shallRetryRequestPredicate and retries while is true`() {
createClientAndSetupWireMockServer(
vertx,
retryConfig = retryConfig(maxRetries = 10u)
Expand Down

0 comments on commit ff2601a

Please sign in to comment.