Update OWNERS and ExampleUnitTest.java

This commit is contained in:
Thibault Deckers 2024-02-21 23:20:47 +01:00
parent 44cc93d892
commit 8b62d84b84
2 changed files with 0 additions and 19 deletions

View file

@ -1,2 +0,0 @@
# Bug component: 461278
file: ../media/OWNERS

View file

@ -1,17 +0,0 @@
package androidx.exifinterface.media;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}