Skip to content

Commit

Permalink
feat(#770): %d for ints
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 18, 2024
1 parent d7a5033 commit 9a5a3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void returnsOpcode() {
.code();
MatcherAssert.assertThat(
String.format(
"Opcode code: %s does not matches with expected: %s",
"Opcode code: %d does not matches with expected: %d",
code,
expected
),
Expand Down

1 comment on commit 9a5a3a6

@0pdd
Copy link

@0pdd 0pdd commented on 9a5a3a6 Oct 18, 2024

Choose a reason for hiding this comment

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

Puzzle 770-2f429c73 discovered in src/main/java/org/eolang/jeo/representation/directives/OpcodeName.java) and submitted as #772. 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.