Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove .only
  • Loading branch information
frangio committed Jul 26, 2023
commit 507e7bafbd37d415b8efe4307167e0e4c8239455
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