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

SSDM-13195 : Fixing Test related with changes needed to make Hibernate changes

parent 455a43c1
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -885,6 +885,9 @@ public final class SampleBOTest extends AbstractBOTest
one(sampleTypeDAO).tryFindSampleTypeByCode(DILUTION_PLATE);
will(returnValue(new SampleTypePE()));
one(permIdDAO).createPermId();
will(returnValue("2023010112341234-10"));
one(propertiesConverter).convertProperties(IEntityProperty.EMPTY_ARRAY, null,
EXAMPLE_PERSON);
......
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