Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Oct 22, 2023
1 parent 1f1b6f0 commit 78b2d6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void setUp() throws Exception {

when(uiService.loadFxml("theme/player_card.fxml")).thenReturn(playerCardController);
when(playerCardController.ratingProperty()).thenReturn(new SimpleObjectProperty<>());
when(playerCardController.divisionProperty()).thenReturn(new SimpleObjectProperty<>());
when(playerCardController.factionProperty()).thenReturn(new SimpleObjectProperty<>());
when(playerCardController.playerProperty()).thenReturn(new SimpleObjectProperty<>());
when(playerCardController.getRoot()).thenReturn(new Label());
Expand Down

0 comments on commit 78b2d6a

Please sign in to comment.