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

fix CD test

parent 9989b188
1 merge request!1884Resolve "prepare zip from edited project"
Pipeline #102856 failed
......@@ -89,7 +89,7 @@ public class CopyCommandForCellDesignerFilesTest extends CellDesignerTestFunctio
@Test
public void testCopyModelWithArtificialAliases() throws Exception {
Model model = getModelForFile("testFiles/artifitial_compartments.xml");
Model model = getModelForFile("testFiles/artificial_compartments.xml");
new CreateHierarchyCommand(model, 2, 2).execute();
Model copy = new CopyCommand(model).execute();
......
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