Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 26, 2023
1 parent 0f697db commit 507e7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metatx/ERC2771Context.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ contract('ERC2771Context', function (accounts) {
});
});

it.only('returns the full original data when calldata length is less than 20 bytes (address length)', async function () {
it('returns the full original data when calldata length is less than 20 bytes (address length)', async function () {
// The forwarder doesn't produce calls with calldata length less than 20 bytes
const recipient = await ERC2771ContextMock.new(trustedForwarder);

Expand Down

0 comments on commit 507e7ba

Please sign in to comment.