mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 15:33:30 +01:00
Convert GroupId to Kotlin.
This commit is contained in:
committed by
Jeffrey Starke
parent
9350438866
commit
bea204ab82
@@ -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="))))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user