Skip to content
Snippets Groups Projects
Commit c6297f09 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

unit test contain unique id

parent fe6da3ee
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!438Resolve "logo is forced to dimensions of square"
Pipeline #6655 passed
......@@ -307,6 +307,7 @@ public class MiRNAParserTest extends AnnotationTestFunctions {
public void testGetSuggestedQueryList() throws Exception {
try {
Project project = new Project();
project.setId(-2);
Model model = getModelForFile("testFiles/target_mirna/target.xml", false);
project.addModel(model);
......
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