Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 17, 2024
2 parents 3fae7a0 + 5407786 commit 60311c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eo-parser/src/test/java/org/eolang/parser/StEoLoggedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

/**
Expand Down Expand Up @@ -77,12 +76,8 @@ void delegatesWithoutException() {

/**
* Check EO log message on exception thrown.
* @todo #2750:30min After removing conversion from bytes to value from 'xmir-to-eo.xsl' this
* test fails. All logic related to bytes conversion was moved to {@link StUnhex} class. Need
* to fix or remove this test.
*/
@Test
@Disabled
void printsMessageWithEoIfExceptionIsThrown() {
final FakeLog log = new FakeLog();
Assertions.assertThrows(
Expand Down

1 comment on commit 60311c9

@0pdd
Copy link

@0pdd 0pdd commented on 60311c9 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2750-1a6a1697 disappeared from eo-parser/src/test/java/org/eolang/parser/StEoLoggedTest.java), that's why I closed #2779. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.