Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaBug committed Jul 10, 2024
1 parent 3529b8c commit e2aa6a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions __mocks__/@etherspot/modular-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ export class ModularSdk {
}

async getAllModules(pageSize, accountAddress) {
if (!pageSize) {
pageSize = 50
}

if (!accountAddress && !defaultAccountAddressModular) {
throw new Error('No account address provided!')
}
Expand Down
1 change: 0 additions & 1 deletion __tests__/hooks/useEtherspotModules.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const initData = ethers.utils.defaultAbiCoder.encode(
["address", "bytes"],
['0x0000000000000000000000000000000000000001', '0x00']
);
const deInitData = '0x00'

describe('useEtherspotModules()', () => {
it('install one module', async () => {
Expand Down

0 comments on commit e2aa6a4

Please sign in to comment.