Skip to content

Commit

Permalink
try debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 24, 2024
1 parent 5c802d3 commit 76c7bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/unit/storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,12 @@ describe('Arweave Storage getFileInfo tests', function () {
})

it('Throws error when transaction ID is missing in request', async () => {
console.log('DO YOU SEE ME??')
const fileInfoRequest: FileInfoRequest = { type: FileObjectType.ARWEAVE }
try {
console.log('DO YOU STILL SEE ME??')
await storage.getFileInfo(fileInfoRequest)
console.log('DO YOU STILL SEE ME HERE??')
} catch (err) {
expect(err.message).to.equal('Transaction ID is required for type arweave')
}
Expand Down

0 comments on commit 76c7bba

Please sign in to comment.