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

Revert "SSDM-13207 : Fixing tests"

This reverts commit 30f2f6b4.
parent c0a1bca0
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -102,8 +102,6 @@ public class ScreeningApiImplTest extends AbstractServerTestCase
one(sampleBO).loadBySampleIdentifier(SampleIdentifierFactory.parse(identifier));
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