We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349d32b commit 3a9b295Copy full SHA for 3a9b295
jjava-distro/src/test/java/org/dflib/jjava/distro/KernelEnvIT.java
@@ -41,8 +41,8 @@ public void timeout() throws Exception {
41
@Test
42
public void classpath() throws Exception {
43
Map<String, String> env = Map.of(Env.JJAVA_CLASSPATH, TEST_CLASSPATH);
44
- String snippet = String.join("\n",
45
- "import org.dflib.jjava.Dummy;",
+ String snippet = String.join("; ",
+ "import org.dflib.jjava.Dummy",
46
"Dummy.class.getName()"
47
);
48
Container.ExecResult snippetResult = executeInKernel(snippet, env);
0 commit comments