Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 658877289
  • Loading branch information
copybara-androidxtest committed Aug 2, 2024
1 parent da440ee commit d4eff99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public void testQueryFile() throws Exception {
assertEquals("file1.txt", cursor.getString(nameIndex));
assertEquals(
HostedFile.FileType.FILE, HostedFile.FileType.fromTypeCode(cursor.getString(typeIndex)));
assertEquals("file1 contents".length(), cursor.getString(sizeIndex));
assertEquals("file1 contents", cursor.getString(sizeIndex));
} finally {
cursor.close();
}
Expand Down

0 comments on commit d4eff99

Please sign in to comment.