Skip to content

Commit d4eff99

Browse files
Automated Code Change
PiperOrigin-RevId: 658877289
1 parent da440ee commit d4eff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/javatests/androidx/test/services/storage/provider/TestFileContentProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public void testQueryFile() throws Exception {
306306
assertEquals("file1.txt", cursor.getString(nameIndex));
307307
assertEquals(
308308
HostedFile.FileType.FILE, HostedFile.FileType.fromTypeCode(cursor.getString(typeIndex)));
309-
assertEquals("file1 contents".length(), cursor.getString(sizeIndex));
309+
assertEquals("file1 contents", cursor.getString(sizeIndex));
310310
} finally {
311311
cursor.close();
312312
}

0 commit comments

Comments
 (0)