Skip to content

Commit

Permalink
fix up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 15, 2023
1 parent 449ab8e commit 5b1d42d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ class MessageTest {
keyMaterial = invitationv1.aes256GcmHkdfSha256.keyMaterial.toByteArray()
)
val decoded = MessageV2Builder.buildDecode(
message1,
id = "",
client = client,
message = message1,
keyMaterial = invitationv1.aes256GcmHkdfSha256.keyMaterial.toByteArray(),
topic = invitationv1.topic
)
Expand Down

0 comments on commit 5b1d42d

Please sign in to comment.