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

unit test mutated cached data, but shouldn't

parent 439194e7
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",!509unit test mutated cached data, but shouldn't
Pipeline #7493 passed
......@@ -178,7 +178,7 @@ public class ElementRestImplTest extends RestTestFunctions {
}
private ElementsRestImpl createMockElementRest(String string, Boolean annotate) throws Exception {
Model model = super.getModelForFile(string, true);
Model model = super.getModelForFile(string, !annotate);
if (annotate) {
try {
Protein protein = new GenericProtein("SNCA");
......
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