TSK-1162 rwwork: removed commented line

This commit is contained in:
Sascha Frevel 2020-04-06 15:53:05 +02:00 committed by Mustapha Zorgati
parent 03a2985b1c
commit 48595686de
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ class TaskServiceImplIntExplicitTest {
DbSchemaCreator creator = new DbSchemaCreator(dataSource, connection.getSchema());
creator.run();
}
// String schemaName = TaskanaEngineTestConfiguration.getSchemaName();
}
@AfterEach