Skip to content

Commit

Permalink
Unit test fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Jan 26, 2024
1 parent aa2e24a commit 0cc2905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public UserHomeImpl(UserDomainIdentity userIdentity) {
this.setChecks(new CheckDefinitionListImpl());
this.setSettings(new SettingsWrapperImpl());
this.setCredentials(new SharedCredentialListImpl());
this.setDictionaries(dictionaries);
this.setDictionaries(new DictionaryListImpl());
this.setFileIndices(new FileIndexListImpl());
this.setDashboards(new DashboardFolderListSpecWrapperImpl());
this.setDefaultSchedules(new MonitoringSchedulesWrapperImpl());
Expand Down

0 comments on commit 0cc2905

Please sign in to comment.