mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 11:57:24 +00:00
Defer setting display name until necessary in create flow in onboarding
This commit is contained in:
@@ -28,7 +28,7 @@ class MnemonicCodecTest {
|
||||
|
||||
@Test
|
||||
fun `decode empty`() {
|
||||
assertThrows(IllegalArgumentException::class.java) {
|
||||
assertThrows(InputTooShort::class.java) {
|
||||
codec.decode("")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user