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 da440ee commit d4eff99Copy full SHA for d4eff99
services/storage/javatests/androidx/test/services/storage/provider/TestFileContentProviderTest.java
@@ -306,7 +306,7 @@ public void testQueryFile() throws Exception {
306
assertEquals("file1.txt", cursor.getString(nameIndex));
307
assertEquals(
308
HostedFile.FileType.FILE, HostedFile.FileType.fromTypeCode(cursor.getString(typeIndex)));
309
- assertEquals("file1 contents".length(), cursor.getString(sizeIndex));
+ assertEquals("file1 contents", cursor.getString(sizeIndex));
310
} finally {
311
cursor.close();
312
}
0 commit comments