From 03e7d15f2e93b312c4a4dab18b95570cb2aceba7 Mon Sep 17 00:00:00 2001 From: Roman Korostinskiy <70313618+c71n93@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:21:56 +0300 Subject: [PATCH] #2863 remove unnecessary test --- .../test/java/EOorg/EOeolang/EOtryTest.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java b/eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java index a30bb7e521..d9e9e5c93b 100644 --- a/eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java +++ b/eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java @@ -67,25 +67,6 @@ public void catchesException() { ); } - @Test - public void usesCatcherOutput() { - final Phi body = new PhWith( - new PhWith( - new PhWith( - new EOtry(Phi.Φ), - 0, new Broken(Phi.Φ) - ), - 1, new Catcher(Phi.Φ) - ), - 2, - new EOnop(Phi.Φ) - ); - MatcherAssert.assertThat( - new Dataized(body).take(String.class), - Matchers.containsString("it is broken") - ); - } - @Test public void printsCatcherOutput() { final Phi body = new PhWith(