Skip to content

Commit

Permalink
Update packages/protocol-kit/tests/e2e/offChainSignatures.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
yagopv and dasanra authored May 8, 2024
1 parent 4dba881 commit 729fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/tests/e2e/offChainSignatures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('Off-chain signatures', () => {
}
)

it('should add the signature of the current signer using eth_signTypedData with ethers provider', async () => {
it('should add the signature of the current signer using eth_signTypedData', async () => {
const { safe, contractNetworks, provider } = await setupTests()
const safeAddress = await safe.getAddress()
const safeSdk = await Safe.create({
Expand Down

0 comments on commit 729fecb

Please sign in to comment.