mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix r test
This commit is contained in:
parent
3e43df4b22
commit
aaf9778ae5
1 changed files with 2 additions and 3 deletions
|
|
@ -77,10 +77,9 @@ class WrapperTest extends FlatSpec {
|
|||
|2 + 2
|
||||
|```
|
||||
""".stripMargin, null)
|
||||
withClue(result.message()) {
|
||||
withClue(result.message().get(0).getData()) {
|
||||
result should have (
|
||||
'code (InterpreterResult.Code.SUCCESS),
|
||||
'type (InterpreterResult.Type.HTML)
|
||||
'code (InterpreterResult.Code.SUCCESS)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue