Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Nov 23, 2019
1 parent 88277cd commit d50ce92
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/test/java/dev/ukanth/iconmgr/ExampleUnitTest.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
package dev.ukanth.iconmgr;

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
/*@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}*/
}

0 comments on commit d50ce92

Please sign in to comment.