Skip to content

Commit

Permalink
Code: Fixed Tests
Browse files Browse the repository at this point in the history
Merge Feature
  • Loading branch information
GoldenGnu committed May 3, 2024
2 parents b3ee0b1 + 2006656 commit f03de4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/java/net/nikr/eve/jeveasset/tests/mocks/FakeSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -747,4 +747,14 @@ public void setContainersShowItemID(boolean containersShowItemID) {
public boolean isContainersShowItemID() {
throw new UnsupportedOperationException("not implemented");
}

@Override
public void setToolsLocked(boolean toolsLocked) {
throw new UnsupportedOperationException("not implemented");
}

@Override
public boolean isToolsLocked() {
throw new UnsupportedOperationException("not implemented");
}
}

0 comments on commit f03de4f

Please sign in to comment.