Skip to content

Commit

Permalink
tests: ts-ignore -> ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Sep 4, 2024
1 parent abea833 commit 32b57c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daemon/__tests__/utils/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('prepareOutputs', () => {
value: 1,
token_data: 0,
script: 'OmlwZnM6Ly9pcGZzL1FtTlJtNmhRUDN2MlVMclVOZTJQTTY4V1dRb2EyUmVwY1IxejVUVVdWZmd0bzGs',
// @ts-ignore: This type is wrong, we should allow null here in the type
// @ts-expect-error: This type is wrong, we should allow null here in the type
decoded: null
}, {
value: 2116,
Expand Down

0 comments on commit 32b57c6

Please sign in to comment.