Merge branch 'develop' into feature/javafx-launcher

# Conflicts:
#	pom.xml
This commit is contained in:
Sebastian Stenzel
2022-03-31 08:55:49 +02:00
14 changed files with 146 additions and 54 deletions
@@ -33,7 +33,7 @@ public class CustomMountPointChooserTest {
this.volume = Mockito.mock(Volume.class);
this.vaultSettings = Mockito.mock(VaultSettings.class);
this.environment = Mockito.mock(Environment.class);
this.customMpc = new CustomMountPointChooser(vaultSettings, environment);
this.customMpc = new CustomMountPointChooser(vaultSettings);
}
@Nested