Skip to content

Commit 0cce89e

Browse files
committed
Small typo
1 parent 1a2140f commit 0cce89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btc-p2sh/nodejs/test/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe("Running example", () => {
66
this.timeout(120_000);
77
});
88

9-
it("should successfully execute the Bitcoin transaction or indicate if the block height is even", async () => {
9+
it("should successfully execute the Bitcoin transaction", async () => {
1010
const result = await executeBtcSigning();
1111
expect(result).to.be.a("string");
1212
expect(result).to.match(/^[a-fA-F0-9]{64}$/);

0 commit comments

Comments
 (0)