[BUGFIX] Renamed CacheValidation to CacheValidationTest

Allowing JUnit to understand it has to run this test too
This commit is contained in:
JKetelaar
2017-02-03 21:10:05 +01:00
parent f77aa730ee
commit 296025cbb2
@@ -10,7 +10,7 @@ import java.io.IOException;
/** /**
* @author JKetelaar * @author JKetelaar
*/ */
public class CacheValidation { public class CacheValidationTest {
@Test @Test
public void test(){ public void test(){