Skip to content

Commit

Permalink
fix(objectionary#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

0 comments on commit 42e1e46

Please sign in to comment.