Skip to content

Commit

Permalink
Camel-master tests: Fixed dataformat
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Feb 3, 2021
1 parent 75af106 commit cfc6467
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -29,7 +29,6 @@
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class DataFormatTest {

Expand Down Expand Up @@ -141,7 +140,7 @@ public void testDataFormatConfiguration() throws Exception {

cms.start();
HL7DataFormat hl7dfLoaded = (HL7DataFormat)dcc.resolveDataFormat("hl7");
assertTrue(hl7dfLoaded.isValidate());
assertFalse(hl7dfLoaded.isValidate());
cms.stop();
}
}

0 comments on commit cfc6467

Please sign in to comment.