Skip to content

Commit

Permalink
test: resolve lsp1 failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Nov 6, 2023
1 parent 113f4be commit f414a2c
Showing 1 changed file with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,10 @@ export const shouldBehaveLikeLSP1Delegate = (
vault.address,
0,
LSP1_TYPE_IDS.LSP9OwnershipTransferred_SenderNotification,
'0x',
abiCoder.encode(
['address', 'address'],
[context.universalProfile1.address, context.accounts.owner1.address],
),
lsp1ReturnedData,
);
});
Expand Down Expand Up @@ -1649,7 +1652,10 @@ export const shouldBehaveLikeLSP1Delegate = (
vault.address,
0,
LSP1_TYPE_IDS.LSP9OwnershipTransferred_SenderNotification,
'0x',
abiCoder.encode(
['address', 'address'],
[context.universalProfile1.address, context.accounts.owner1.address],
),
lsp1ReturnedData,
);
});
Expand Down Expand Up @@ -1732,7 +1738,10 @@ export const shouldBehaveLikeLSP1Delegate = (
vault.address,
0,
LSP1_TYPE_IDS.LSP9OwnershipTransferred_SenderNotification,
'0x',
abiCoder.encode(
['address', 'address'],
[context.universalProfile1.address, context.accounts.owner1.address],
),
lsp1ReturnedData,
);
});
Expand Down Expand Up @@ -2882,7 +2891,10 @@ export const shouldBehaveLikeLSP1Delegate = (
vault.address,
0,
LSP1_TYPE_IDS.LSP9OwnershipTransferred_SenderNotification,
'0x',
abiCoder.encode(
['address', 'address'],
[testContext.universalProfile.address, newVaultOwner.address],
),
expectedReturnedValues,
);

Expand Down Expand Up @@ -3004,7 +3016,10 @@ export const shouldBehaveLikeLSP1Delegate = (
vault.address,
0,
LSP1_TYPE_IDS.LSP9OwnershipTransferred_RecipientNotification,
'0x',
abiCoder.encode(
['address', 'address'],
[vaultOwner.address, context.universalProfile1.address],
),
expectedReturnedValues,
);

Expand Down

0 comments on commit f414a2c

Please sign in to comment.