Skip to content
Snippets Groups Projects
Commit 0fce4470 authored by buczekp's avatar buczekp
Browse files

fixed test expectations

SVN: 19945
parent b656b0cb
No related branches found
No related tags found
No related merge requests found
......@@ -545,8 +545,6 @@ public class ExternalDataBOTest extends AbstractBOTest
identifier.getSpaceCode(), identifier.getProjectCode());
will(returnValue(ManagerTestTool.EXAMPLE_PROJECT));
one(daoFactory).getExperimentDAO();
will(returnValue(experimentDAO));
one(experimentDAO).tryFindByCodeAndProject(ManagerTestTool.EXAMPLE_PROJECT,
identifier.getExperimentCode());
will(returnValue(experiment));
......
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