mirror of
https://github.com/bitwarden/android.git
synced 2026-05-31 17:56:51 -05:00
Update to the latest version of the SDK (#320)
This commit is contained in:
@@ -24,10 +24,10 @@ class GeneratorSdkSourceTest {
|
||||
special = true,
|
||||
length = 12.toUByte(),
|
||||
avoidAmbiguous = false,
|
||||
minLowercase = true,
|
||||
minUppercase = true,
|
||||
minNumber = true,
|
||||
minSpecial = true,
|
||||
minLowercase = 1U,
|
||||
minUppercase = 1U,
|
||||
minNumber = 1U,
|
||||
minSpecial = 1U,
|
||||
)
|
||||
val expectedResult = "GeneratedPassword123!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user