Removed unused test class

This commit is contained in:
Saajan
2020-08-08 21:26:09 +05:30
parent a83e8c34c6
commit c45f41d171

View File

@@ -1,20 +0,0 @@
package io.reflectoring.resilience4j.timelimiter;
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 );
}
}