mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Handle absent change during invite.
This commit is contained in:
committed by
Greyson Parrelli
parent
4712833853
commit
297a7d0ef8
@@ -34,7 +34,7 @@ public final class DecryptedGroupUtilTest {
|
||||
.setEditor(editor)
|
||||
.build();
|
||||
|
||||
UUID parsed = DecryptedGroupUtil.editorUuid(groupChange);
|
||||
UUID parsed = DecryptedGroupUtil.editorUuid(groupChange).get();
|
||||
|
||||
assertEquals(uuid, parsed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user