Convert GroupId to Kotlin.

This commit is contained in:
Alex Hart
2025-09-18 10:35:37 -03:00
committed by Jeffrey Starke
parent 9350438866
commit bea204ab82
5 changed files with 336 additions and 335 deletions

View File

@@ -31,6 +31,6 @@ class AvatarColorHashTest {
@Test
fun `hash test vector - GroupId`() {
assertEquals(AvatarColor.A130, AvatarColorHash.forGroupId(GroupId.V2.push(Base64.decode("BwJRIdomqOSOckHjnJsknNCibCZKJFt+RxLIpa9CWJ4="))))
assertEquals(AvatarColor.A130, AvatarColorHash.forGroupId(GroupId.push(Base64.decode("BwJRIdomqOSOckHjnJsknNCibCZKJFt+RxLIpa9CWJ4="))))
}
}