Skip to content

Commit

Permalink
fix(#3057): codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 10, 2024
1 parent b1988ec commit 42e1e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/Cages.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOcage$EOencaged$EOφ.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOcage$φ.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/CagesTest.java"
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/EOorg/EOeolang/CagesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void initializesObjectForTheFirstTime() {
@Test
void rencagesTheSameObject() {
final Phi phi = new PhFake();
final int locator = Cages.INSTANCE.init(phi);
Cages.INSTANCE.init(phi);
Assertions.assertDoesNotThrow(
() -> Cages.INSTANCE.init(phi)
);
Expand Down

1 comment on commit 42e1e46

@0pdd
Copy link

@0pdd 0pdd commented on 42e1e46 Apr 10, 2024

Choose a reason for hiding this comment

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

Puzzle 2931-cf3a8437 disappeared from eo-runtime/src/test/eo/org/eolang/cage-tests.eo), that's why I closed #3068. 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.