Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tchardin authored and rvagg committed Dec 1, 2022
1 parent 711e5cf commit 8725a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/test-typed-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,9 @@ describe('Errors', () => {
representation: {
bytesprefix: {
prefixes: {
// @ts-ignore
'00': {},
'-01': 'Bls12_381Signature'
// @ts-ignore
'00': {},
'-01': 'Bls12_381Signature'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/test-typed-union.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ describe('Unions', () => {
representation: {
bytesprefix: {
prefixes: {
'00': 'Secp256k1Signature',
'01': 'Bls12_381Signature'
'00': 'Secp256k1Signature',
'01': 'Bls12_381Signature'
}
}
}
Expand Down

0 comments on commit 8725a65

Please sign in to comment.