Skip to content

Commit b499efb

Browse files
committed
fix test
1 parent 5908f9d commit b499efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/address.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('address', () => {
5252

5353
describe('fromBlech32', () => {
5454
fixtures.standard.forEach((f) => {
55-
if (!f.bech32) return;
55+
if (!f.confidentialAddress) return;
5656

5757
it('decodes ' + f.confidentialAddress, () => {
5858
const actual = baddress.fromBlech32(f.confidentialAddress);

0 commit comments

Comments
 (0)