Skip to content

Commit 6bde07b

Browse files
rahul2393olavloite
andcommitted
Update google-cloud-spanner/src/test/java/com/google/cloud/spanner/IsRetryableInternalErrorTest.java
Co-authored-by: Knut Olav Løite <[email protected]>
1 parent 488db15 commit 6bde07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/IsRetryableInternalErrorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void rstStreamInternalExceptionIsRetryable() {
123123
GrpcStatusCode.of(Code.INTERNAL),
124124
false);
125125

126-
assertThat(predicate.apply(e)).isTrue();
126+
assertTrue(predicate.apply(e));
127127
}
128128

129129
@Test

0 commit comments

Comments
 (0)