Skip to content

Commit bce40e1

Browse files
refactor(test): rename psbt test files to clarify fixed script handling
Files renamed to better indicate their purpose for fixed script compatibility. Issue: BTC-1845
1 parent aa8e376 commit bce40e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/wasm-miniscript/test/psbt.ts renamed to packages/wasm-miniscript/test/psbtFixedScriptCompat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as utxolib from "@bitgo/utxo-lib";
22
import * as assert from "node:assert";
3-
import { getPsbtFixtures, PsbtStage } from "./psbtFixtures";
3+
import { getPsbtFixtures, PsbtStage } from "./psbtFixedScriptCompatFixtures";
44
import { Descriptor, Psbt } from "../js";
55

66
import { getDescriptorForScriptType } from "./descriptorUtil";

0 commit comments

Comments
 (0)