Handle absent change during invite.

This commit is contained in:
Alan Evans
2020-05-21 17:04:57 -03:00
committed by Greyson Parrelli
parent 4712833853
commit 297a7d0ef8
4 changed files with 32 additions and 12 deletions

View File

@@ -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);
}