Skip to content

Commit f7d83dc

Browse files
authored
test(fix): remove assertion on error message for reads older than 60 seconds (#670)
It seems like the error message for this has been updated.
1 parent 55f471b commit f7d83dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITSystemTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,6 @@ public Void updateCallback(Transaction transaction) throws Exception {
15371537
final StatusRuntimeException invalidArgument = (StatusRuntimeException) rootCause;
15381538
final Status status = invalidArgument.getStatus();
15391539
assertThat(status.getCode()).isEqualTo(Code.FAILED_PRECONDITION);
1540-
assertThat(status.getDescription()).contains("minimum");
15411540
}
15421541
}
15431542

0 commit comments

Comments
 (0)