We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a1d6 commit 7b55672Copy full SHA for 7b55672
firebase-firestore/src/test/java/com/google/firebase/firestore/UserDataWriterTest.java
@@ -162,7 +162,7 @@ public void testConvertsDateValue() {
162
assertValueType(Value.ValueTypeCase.TIMESTAMP_VALUE, value);
163
Object convertedValue = dateWriter.convertValue(value);
164
assertTrue(convertedValue instanceof Timestamp);
165
- assertEquals(d, ((Timestamp)convertedValue).toDate());
+ assertEquals(d, ((Timestamp) convertedValue).toDate());
166
}
167
168
0 commit comments