Skip to content

Commit 1538f8c

Browse files
Change to match the other tests in the file
1 parent ff76a79 commit 1538f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transaction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe('Transaction', () => {
140140
it('removes witness from the transaction if it exists', () => {
141141
const T = Transaction.fromHex(f.whex ? f.whex : f.hex);
142142
T.stripWitnesses();
143-
assert.equal(T.hasWitnesses(), false);
143+
assert.strictEqual(T.hasWitnesses(), false);
144144
});
145145
});
146146
});

0 commit comments

Comments
 (0)