We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0bbae commit 7149d02Copy full SHA for 7149d02
modules/utxo-core/test/descriptor/psbt/psbt.ts
@@ -45,7 +45,7 @@ function normalize(v: unknown): unknown {
45
}
46
47
async function assertEqualsFixture(t: string, filename: string, value: unknown) {
48
- filename = __dirname + '/../../../../test/descriptor/psbt/fixtures/' + t + '.' + filename;
+ filename = __dirname + '/../../descriptor/psbt/fixtures/' + t + '.' + filename;
49
const nv = normalize(value);
50
assert.deepStrictEqual(nv, await getFixture(filename, nv));
51
0 commit comments