Fixed test problem

This commit is contained in:
deiflaender 2020-08-24 13:05:23 +02:00
parent 85667c91e4
commit afa26895c8

View File

@ -232,7 +232,7 @@ public class EntityRedactionServiceTest {
" then\n" +
" section.redact(\"name\", 9, \"Redacted because row is a vertebrate study\");\n" +
" section.redact(\"address\", 9, \"Redacted because rows is a vertebrate study\");\n" +
" section.highlightCell(\"Vertebrate study Y/N\", 9);\n" +
" section.highlightCell(\"Vertebrate study Y/N\", 9, \"must_redact\");\n" +
" end";
when(rulesClient.getVersion()).thenReturn(1L);
when(rulesClient.getRules()).thenReturn(new RulesResponse(tableRules));