From f0402489bb2e5a9b36f14860623bc17459d0325f Mon Sep 17 00:00:00 2001 From: breblanc Date: Thu, 24 Oct 2024 16:23:18 +0200 Subject: [PATCH] Fixed accidental change to java test --- .../isbn/evaluation/one-with-crashing-assignment-java.tson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/exercises/isbn/evaluation/one-with-crashing-assignment-java.tson b/tests/exercises/isbn/evaluation/one-with-crashing-assignment-java.tson index 35c7d006..09f8546d 100644 --- a/tests/exercises/isbn/evaluation/one-with-crashing-assignment-java.tson +++ b/tests/exercises/isbn/evaluation/one-with-crashing-assignment-java.tson @@ -7,8 +7,8 @@ "contexts": [ { "before": { - "typescript": { - "data": "const ex: () => Array = () => {throw new Error("AssertionError");};" + "java": { + "data": "Supplier> ex = () -> {throw new AssertionError();};" } }, "testcases": [