fixed test function names

This commit is contained in:
Luca Frosini 2023-04-21 14:45:31 +02:00
parent 00a2e2efe7
commit 84b4f9d5c5
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ public class DataBaseCreator extends ContextTest {
}
// @Test
public void createAllContext() throws Exception {
public void createAllContexts() throws Exception {
ContextTest.setContextByName(ROOT_DEV);
ContextCreator contextCreator = new ContextCreator();
contextCreator.all();
@ -42,7 +42,7 @@ public class DataBaseCreator extends ContextTest {
}
@Test
public void createDevContext() throws Exception {
public void createDevContexts() throws Exception {
Context gcube = new ContextImpl("gcube");
gcube = create(gcube);