Renamed test classes to end with Test or Tests

This commit is contained in:
cagache
2019-04-12 14:32:52 +03:00
parent 72493a9a13
commit ce60d3e89f

View File

@@ -48,7 +48,7 @@ import org.testng.annotations.Test;
* @since 2.7
*/
@AlfrescoTest (jira = "RM-5234")
public class AuditLoginEvents extends BaseRMRestTest
public class AuditLoginEventsTests extends BaseRMRestTest
{
@Autowired
private RMAuditAPI rmAuditAPI;