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 954f0f313b
commit 3659c05b69
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