Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HoussemNasri committed Jun 29, 2022
1 parent f790288 commit 7fb0e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SidePaneViewModelTest {
DialogService dialogService = mock(DialogService.class);
UndoManager undoManager = mock(UndoManager.class);

SidePanePreferences sidePanePreferences = new SidePanePreferences(new HashSet<>(), new HashMap<>(), 0);
SidePanePreferences sidePanePreferences = new SidePanePreferences(new HashSet<>(), new HashMap<>(), 0, 300);
ObservableList<SidePaneType> sidePaneComponents = FXCollections.observableArrayList();
SidePaneViewModel sidePaneViewModel;

Expand Down

0 comments on commit 7fb0e3e

Please sign in to comment.