Skip to content

Commit 58da17c

Browse files
committed
test(e2e): make transaction test compliant with new wallet.governance interface
1 parent dcd237d commit 58da17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/test/wallet/PersonalWallet/conwayTransactions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('PersonalWallet/conwayTransactions', () => {
6666
expect((await firstValueFrom(wallet.delegation.rewardAccounts$))[0].delegatee?.nextNextEpoch?.id).toEqual(poolId);
6767

6868
const getDRepCredential = async () => {
69-
const drepPubKey = await dRepWallet.getPubDRepKey();
69+
const drepPubKey = await dRepWallet.governance.getPubDRepKey();
7070
const dRepKeyHash = Crypto.Hash28ByteBase16.fromEd25519KeyHashHex(
7171
(await Crypto.Ed25519PublicKey.fromHex(drepPubKey!).hash()).hex()
7272
);

0 commit comments

Comments
 (0)