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 729fecb commit 6e3ca0a
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 @@ -235,7 +235,7 @@ describe('Off-chain signatures', () => {
chai.expect(signedTx.signatures.size).to.be.eq(1)
})

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

0 comments on commit 6e3ca0a

Please sign in to comment.