Skip to content

Commit d3aadc6

Browse files
Updated testcase
Signed-off-by: ankur_jain <[email protected]>
1 parent 210b7a6 commit d3aadc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zeppelin-server/src/test/java/org/apache/zeppelin/integration/SparkParagraphIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ public void testSqlSpark() throws Exception {
167167
WebElement paragraph1Result = driver.findElement(By.xpath(
168168
getParagraphXPath(1) + "//div[@class=\"tableDisplay\"]"));
169169
collector.checkThat("Paragraph from SparkParagraphIT of testSqlSpark result: ",
170-
paragraph1Result.getText().toString(), CoreMatchers.equalTo("age job marital education balance\n" +
171-
"TSV\nCSV\nSearch:\n30 unemployed married primary 1,787")
170+
paragraph1Result.getText().toString(), CoreMatchers.equalTo("TSV\nCSV\nage job marital education balance\n30 unemployed married primary 1,787")
172171
);
173172
} catch (Exception e) {
174173
handleException("Exception in SparkParagraphIT while testSqlSpark", e);

0 commit comments

Comments
 (0)