We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f471b commit f7d83dcCopy full SHA for f7d83dc
google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITSystemTest.java
@@ -1537,7 +1537,6 @@ public Void updateCallback(Transaction transaction) throws Exception {
1537
final StatusRuntimeException invalidArgument = (StatusRuntimeException) rootCause;
1538
final Status status = invalidArgument.getStatus();
1539
assertThat(status.getCode()).isEqualTo(Code.FAILED_PRECONDITION);
1540
- assertThat(status.getDescription()).contains("minimum");
1541
}
1542
1543
0 commit comments