Update AndroidX Browser and ExifInterface to latest version (#4223)

This commit is contained in:
Taco 2021-02-15 07:35:20 -05:00 committed by GitHub
parent 1a31265770
commit ee50bc8188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View file

@ -16,7 +16,7 @@ class FileMetadataUtilsTest {
@Test
fun getTagsFromPrefAuthor() {
val author = FileMetadataUtils.getTagsFromPref("Author")
val authorRef = arrayOf(TAG_ARTIST, TAG_CAMARA_OWNER_NAME);
val authorRef = arrayOf(TAG_ARTIST, TAG_CAMERA_OWNER_NAME);
assertTrue(Arrays.deepEquals(author, authorRef))
}