mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-07-31 04:22:40 +00:00
Add cryptomator.integrationsWin.windowsHelloKeychainPaths to Environment
This commit is contained in:
@@ -121,6 +121,13 @@ public class EnvironmentTest {
|
||||
env.getKeychainPath();
|
||||
Mockito.verify(env).getPaths("cryptomator.integrationsWin.keychainPaths");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testWindowsHelloKeychainPath() {
|
||||
Mockito.doReturn(Stream.of()).when(env).getPaths(Mockito.anyString());
|
||||
env.getWindowsHelloKeychainPath();
|
||||
Mockito.verify(env).getPaths("cryptomator.integrationsWin.windowsHelloKeychainPaths");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user