Skip to content
Snippets Groups Projects
Commit 3ebd740b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

old method removed

parent 6fb37a78
No related branches found
No related tags found
1 merge request!776Resolve "Biocompendium problems"
Pipeline #10276 failed
......@@ -131,16 +131,6 @@ public abstract class ServiceTestFunctions {
return appender.getInfos();
}
/**
* This method remove model with all connections from db (used only when the db
* must be handled manually)
*
* @param id
*/
protected void removeModelById(int id) {
modelDao.delete(modelDao.getById(id));
}
protected User createUser() {
return createUser("john.doe");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment