Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkoopmann committed Aug 27, 2020
1 parent a343eee commit 768f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/horse/wtf/nzyme/MockNzyme.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public ContactManager getContactManager() {

@Override
public List<String> getIgnoredFingerprints() {
return null;
return Collections.emptyList();
}

@Override
Expand Down

0 comments on commit 768f13f

Please sign in to comment.