Remove tests

They were automatically generated by Maven and I haven't created
proper ones yet.
This commit is contained in:
Alan Orth 2020-08-02 15:52:43 +03:00
parent e5d45e62be
commit cc35c45a05
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
package org.cgiar.cgspace.ctasks;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}