assertEquals("Therer must be one source",1,sources.size());
assertEquals("Therer must be one source",1,sources.size());
assertTrue("The source should not have the attribute distributionParameters",sources.elements().next().path("distributionParameters").isMissingNode());
...
...
@@ -54,11 +54,11 @@ public class JoltTransformV0toV1Test extends JoltTransformationTest{