Skip to content

Commit

Permalink
fix: Correct errors in description lines of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon-im committed Dec 3, 2024
1 parent fdde0e1 commit 6a98dda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/linea-ens-app/patches/@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -388,16 +388,16 @@ index 66fad67c218a34a923d3674683c3a79c51c8555b..f048f6bc8bdc99af229eca208a38d6db
@@ -1145,6 +1179,7 @@ const metamask = {
return true;
},
async confirmPermisionToApproveAll() {
+ log(`Running confirmPermisionToApproveAll()`);
async confirmPermissionToApproveAll() {
+ log(`Running confirmPermissionToApproveAll()`);
const notificationPage = await playwright.switchToMetamaskNotification();
await playwright.waitAndClick(
notificationPageElements.allowToSpendButton,
@@ -1158,6 +1193,7 @@ const metamask = {
return true;
},
async rejectPermisionToApproveAll() {
+ log(`Running rejectPermisionToApproveAll()`);
async rejectPermissionToApproveAll() {
+ log(`Running rejectPermissionToApproveAll()`);
const notificationPage = await playwright.switchToMetamaskNotification();
await playwright.waitAndClick(
notificationPageElements.allowToSpendButton,
Expand Down Expand Up @@ -716,4 +716,4 @@ index d7daab5bf8883389ccbecb18e53c050d1eef6d13..3ad8b6d1342f99ca4d33d4dd74433595
+ )
.option(
'-r, --record',
'[dashboard] record video of tests running after setting up your project to record',
'[dashboard] record video of tests running after setting up your project to record',
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@
"useLiteralContent": true
}
}
}
}
2 changes: 1 addition & 1 deletion packages/linea-ens-contracts/test/wrapper/NameWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5988,7 +5988,7 @@ describe('Name Wrapper', () => {
).to.equal(true)
})

it('Allows specifiying resolver address', async () => {
it('Allows specifying resolver address', async () => {
await BaseRegistrar.register(tokenId, account, 1 * DAY)

await BaseRegistrar['safeTransferFrom(address,address,uint256,bytes)'](
Expand Down

0 comments on commit 6a98dda

Please sign in to comment.