Renamed test classes to end with Test or Tests

(cherry picked from commit ce60d3e89f)
This commit is contained in:
cagache
2019-04-12 14:32:52 +03:00
committed by Claudia Agache
parent 2381aafbed
commit 95ac547ba1

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;