Skip to content

Commit

Permalink
Fix script isolation test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitinas committed Nov 29, 2019
1 parent dea9f11 commit 9df879d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ReplTest {
fun TestScriptIsolation() {
val repl = ReplForJupyter(classpath)
assertFails {
repl.eval("""Thread.currentThread().contextClassLoader.loadClass("org.jetbrains.kotlin.jupyter.ReplForJupyter")""")
repl.eval("org.jetbrains.kotlin.jupyter.ReplLineMagics.use")
}
}

Expand Down

0 comments on commit 9df879d

Please sign in to comment.