Skip to content

Commit

Permalink
log out an error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 11, 2024
1 parent 553a940 commit e66d8d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/ensjs/deploy/00_register_concurrently.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const func = async function (hre) {
data = [],
reverseRecord = false,
fuses = 0,
subnames,
duration = 31536000,
}) => {
if (type === 'legacy')
Expand Down
1 change: 1 addition & 0 deletions packages/ensjs/src/functions/subgraph/getSubnames.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ it('does not include deleted names by default', async () => {
name: 'deletable.eth',
})
if (!result.length) throw new Error('No names found')
console.log(result)
expect(result.length).toBe(2)
})
it('allows including deleted names', async () => {
Expand Down

0 comments on commit e66d8d8

Please sign in to comment.