fix r test

This commit is contained in:
Lee moon soo 2016-11-21 22:32:06 -08:00
parent 3e43df4b22
commit aaf9778ae5

View file

@ -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)
)
}
}