Skip to content
Snippets Groups Projects
Commit c0a1bca0 authored by juanf's avatar juanf
Browse files

Revert "SSDM-13207 : Fixing tests"

This reverts commit d1f47813.
parent be253981
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -141,8 +141,6 @@ public class ScreeningApiImplTest extends AbstractServerTestCase
one(sampleBO).loadBySamplePermId(permId);
one(sampleBO).getSample();
will(returnValue(plate));
one(sampleRelationshipDAO).listSampleParents(List.of(plate.getId()));
will(returnValue(List.of()));
one(screeningBOFactory).createSampleLister(session);
will(returnValue(sampleLister));
......
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