Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jun 20, 2024
1 parent 97d1014 commit 55df49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var test_new = () => {
console.log((new TextDecoder()).decode(content.message, "ascii"));

// A receives the message
({ message, group: group_A } = MLS.processMessage(group_A, message));
({ group: group_A, processed_message: { content } } = MLS.processMessage(group_A, message));
console.assert(content.kind == "ApplicationMessage", "Processed message is not an application message!!");
console.log((new TextDecoder()).decode(content.message, "ascii"));
};
Expand Down

0 comments on commit 55df49d

Please sign in to comment.