Skip to content

Commit

Permalink
Merge branch 'main' into process-personalized-and-password-protected-…
Browse files Browse the repository at this point in the history
…objects-in-apps
  • Loading branch information
mergify[bot] authored Nov 29, 2024
2 parents 4da985f + 3710be4 commit e4ae14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport/test/utils/IdentityGenerator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe("IdentityGeneratorTest", function () {

test("should negatively check an incorrect address object (wrong checksum)", async function () {
const address = await IdentityUtil.createAddress(kp.publicKey, "example.com");
const index = 5;
const index = 32;
let replaceWith = "b";
const currentString = address.address.substr(index, replaceWith.length);
if (currentString === replaceWith) {
Expand Down

0 comments on commit e4ae14c

Please sign in to comment.