Skip to content
Snippets Groups Projects
Commit c97782fd authored by tpylak's avatar tpylak
Browse files

LMS-1589, LMS-1608 fix tests

SVN: 17405
parent 2dcbe1e6
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ public class ScreeningApiImplTest extends AbstractServerTestCase ...@@ -102,7 +102,7 @@ public class ScreeningApiImplTest extends AbstractServerTestCase
private static PlateIdentifier createSharedPlate(String plateCode) private static PlateIdentifier createSharedPlate(String plateCode)
{ {
return PlateIdentifier.createFromAugmentedCode(plateCode); return PlateIdentifier.createFromAugmentedCode("/" + plateCode);
} }
@Test @Test
......
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