Skip to content

Commit 66eb9fb

Browse files
committed
fixes java test, template name
1 parent a6446d0 commit 66eb9fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tests/sync/test_default_kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_r_kernel(sandbox: Sandbox):
1717
@pytest.mark.skip_debug()
1818
def test_java_kernel(sandbox: Sandbox):
1919
execution = sandbox.run_code('System.out.println("Hello, World!")', language="java")
20-
assert execution.logs.stdout[0] == "Hello, World!"
20+
assert execution.logs.stdout[0] == "Hello, World!\n"
2121

2222

2323
def test_js_esm_imports(sandbox: Sandbox):

template/build_prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Template.build(
88
make_template(set_user_workdir=True),
9-
alias="code-interpreter",
9+
alias="code-interpreter-v1",
1010
cpu_count=2,
1111
memory_mb=2048,
1212
on_build_logs=default_build_logger(),

0 commit comments

Comments
 (0)