Skip to content
Snippets Groups Projects
Commit 8ce3a267 authored by kaloyane's avatar kaloyane
Browse files

minor: fix test expectations

SVN: 21150
parent f9ce4d05
No related branches found
No related tags found
No related merge requests found
...@@ -73,8 +73,8 @@ public class PropertiesBatchManagerTest extends AssertJUnit ...@@ -73,8 +73,8 @@ public class PropertiesBatchManagerTest extends AssertJUnit
new PropertiesBatchManager().manageProperties(builder.getExperimentTypePE(), new PropertiesBatchManager().manageProperties(builder.getExperimentTypePE(),
Arrays.asList(e1, e2), null); Arrays.asList(e1, e2), null);
assertProperties("MANAGED-NO-SUBCOLUMNS:hi, UN-MANAGED:hello", e1); assertProperties("UN-MANAGED:hello, MANAGED-NO-SUBCOLUMNS:hi", e1);
assertProperties("MANAGED_SUBCOLUMNS:ab12, MANAGED-NO-SUBCOLUMNS-BUT-UPDATE:hi alpha", e2); assertProperties("MANAGED-NO-SUBCOLUMNS-BUT-UPDATE:hi alpha, MANAGED_SUBCOLUMNS:ab12", e2);
} }
@Test @Test
......
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