We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2140f commit 0cce89eCopy full SHA for 0cce89e
btc-p2sh/nodejs/test/index.spec.ts
@@ -6,7 +6,7 @@ describe("Running example", () => {
6
this.timeout(120_000);
7
});
8
9
- it("should successfully execute the Bitcoin transaction or indicate if the block height is even", async () => {
+ it("should successfully execute the Bitcoin transaction", async () => {
10
const result = await executeBtcSigning();
11
expect(result).to.be.a("string");
12
expect(result).to.match(/^[a-fA-F0-9]{64}$/);
0 commit comments