Skip to content
Snippets Groups Projects
Commit b716aedb authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: fixes to tests after changes of properties map to <String, Serializable>

parent 8e1a28a0
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -183,6 +183,6 @@ public class LibraryRegistrationTaskTest extends AssertJUnit
IEntityProperty property =
EntityHelper.tryFindProperty(newMaterial.getProperties(),
ScreeningConstants.GENE_SYMBOLS);
return property.getValue();
return property.getStringValue();
}
}
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