Skip to content

Commit 258d102

Browse files
strangepleasuresileasile
authored andcommitted
Fix JupyterReplTestCase
1 parent 01056d4 commit 258d102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-lib/test-kit/src/main/kotlin/org/jetbrains/kotlinx/jupyter/testkit/JupyterReplTestCase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class JupyterReplTestCase {
1616
}
1717

1818
fun execEx(code: Code): EvalResultEx {
19-
return repl.evalEx(code, null, -1, storeHistory)
19+
return repl.evalEx(code, null, -1, true)
2020
}
2121

2222
fun exec(code: Code): Any? {

0 commit comments

Comments
 (0)