mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[BUGFIX] Renamed CacheValidation to CacheValidationTest
Allowing JUnit to understand it has to run this test too
This commit is contained in:
+1
-1
@@ -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(){
|
||||||
Reference in New Issue
Block a user