Skip to content

Commit

Permalink
fixed integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaibiftikhar committed Jun 19, 2018
1 parent 3497e0c commit 1de794e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void testSimulatePipeline() throws IOException {
} else {
assertTrue(result0 instanceof SimulateDocumentBaseResult);
SimulateDocumentBaseResult baseResult = (SimulateDocumentBaseResult)result0;
SimulateDocumentBaseResult failedBaseResult = (SimulateDocumentBaseResult)result0;
SimulateDocumentBaseResult failedBaseResult = (SimulateDocumentBaseResult)result1;
assertNotNull(baseResult.getIngestDocument());
assertEquals(
baseResult.getIngestDocument().getFieldValue("foo", String.class),
Expand Down

0 comments on commit 1de794e

Please sign in to comment.