Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Aug 12, 2024
1 parent da42cb9 commit ccd6aee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/integration-scripts/multisig-join.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import signify, { Serder, SignifyClient } from 'signify-ts';
import { resolveEnvironment } from './utils/resolve-env';
import { getOrCreateClient, getOrCreateIdentifier } from './utils/test-setup';
import {
markNotification,
Expand All @@ -8,8 +7,6 @@ import {
} from './utils/test-util';
import assert from 'assert';

const { vleiServerUrl, url } = resolveEnvironment();

describe('multisig-join', () => {
const nameMember1 = 'member1';
const nameMember2 = 'member2';
Expand Down Expand Up @@ -332,7 +329,7 @@ describe('multisig-join', () => {
const exn3 = response[0].exn;
const serder3 = new Serder(exn3.e.rot);
const keeper3 = await client3.manager!.get(aid3);
const sigs3 = keeper3.sign(serder3.raw);
const sigs3 = keeper3.sign(signify.b(serder3.raw));

const joinOperation = await client3
.groups()
Expand Down

0 comments on commit ccd6aee

Please sign in to comment.