Skip to content

Commit 4ddcc0f

Browse files
Updated testcases for @corneadoug pull request
Updated testcases for @corneadoug pull request
1 parent e6470aa commit 4ddcc0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ 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("TSV\nCSV\nage job marital education balance\n30 unemployed married primary 1,787")
170+
paragraph1Result.getText().toString(), CoreMatchers.equalTo("age job marital education balance\n" +
171+
"30 unemployed married primary 1,787")
171172
);
172173
} catch (Exception e) {
173174
handleException("Exception in SparkParagraphIT while testSqlSpark", e);

0 commit comments

Comments
 (0)