Skip to content

Commit

Permalink
objectionary#2863 remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Mar 27, 2024
1 parent 7c77831 commit 03e7d15
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 03e7d15

Please sign in to comment.