Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 26, 2024
1 parent 180ccd9 commit d6c11e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ public void setUp() throws Exception {
when(plugin.getHooks()).thenReturn(hooksManager);

when(plugin.getPlayers()).thenReturn(pm);

// Blueprint Entity
when(blueprintEntity.getType()).thenReturn(EntityType.PLAYER);
}

/**
Expand Down

0 comments on commit d6c11e8

Please sign in to comment.