Skip to content

Commit 94d0a02

Browse files
committed
remove tests
1 parent ab0c0aa commit 94d0a02

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
11
package com.opensooq.pluto;
2-
3-
import org.junit.Test;
4-
5-
import static org.junit.Assert.assertEquals;
6-
7-
/**
8-
* Example local unit test, which will execute on the development machine (host).
9-
*
10-
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
11-
*/
12-
public class ExampleUnitTest {
13-
@Test
14-
public void addition_isCorrect() {
15-
assertEquals(4, 2 + 2);
16-
}
17-
}

0 commit comments

Comments
 (0)