Defer setting display name until necessary in create flow in onboarding

This commit is contained in:
bemusementpark
2024-07-02 13:41:01 +09:30
parent 9cf3a37a2b
commit 508547a013
10 changed files with 134 additions and 83 deletions

View File

@@ -28,7 +28,7 @@ class MnemonicCodecTest {
@Test
fun `decode empty`() {
assertThrows(IllegalArgumentException::class.java) {
assertThrows(InputTooShort::class.java) {
codec.decode("")
}
}