From 9a5a3a64ed2457c09abe76b5b26a932c1019c9ad Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Fri, 18 Oct 2024 21:16:31 +0300 Subject: [PATCH] feat(#770): %d for ints --- .../eolang/jeo/representation/directives/OpcodeNameTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/eolang/jeo/representation/directives/OpcodeNameTest.java b/src/test/java/org/eolang/jeo/representation/directives/OpcodeNameTest.java index f103ca09c..100291990 100644 --- a/src/test/java/org/eolang/jeo/representation/directives/OpcodeNameTest.java +++ b/src/test/java/org/eolang/jeo/representation/directives/OpcodeNameTest.java @@ -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 ),