Skip to content

Commit

Permalink
feat(#329): rename MulTest -> MultiplicationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jul 11, 2024
1 parent 3b86ff8 commit 7d0623d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Test case for {@link Multiplication}.
* @since 0.1
*/
final class MulTest {
final class MultiplicationTest {

@Test
void convertsToXmir() throws ImpossibleModificationException {
Expand Down

2 comments on commit 7d0623d

@0pdd
Copy link

@0pdd 0pdd commented on 7d0623d Jul 11, 2024

Choose a reason for hiding this comment

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

Puzzle 329-d66d4ab6 discovered in src/main/java/org/eolang/opeo/ast/Handle.java) and submitted as #341. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 7d0623d Jul 11, 2024

Choose a reason for hiding this comment

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

Puzzle 329-3519f758 discovered in src/main/java/org/eolang/opeo/ast/LocalVariable.java) and submitted as #342. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.