Skip to content

Commit

Permalink
Update google-cloud-spanner/src/test/java/com/google/cloud/spanner/Is…
Browse files Browse the repository at this point in the history
…RetryableInternalErrorTest.java

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
  • Loading branch information
rahul2393 and olavloite committed Jan 10, 2023
1 parent 488db15 commit 6bde07b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ public void rstStreamInternalExceptionIsRetryable() {
GrpcStatusCode.of(Code.INTERNAL),
false);

assertThat(predicate.apply(e)).isTrue();
assertTrue(predicate.apply(e));
}

@Test
Expand Down

0 comments on commit 6bde07b

Please sign in to comment.