Skip to content

Commit e151d31

Browse files
committed
fix: wrong import path
1 parent 55dc24d commit e151d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/signature-object-tests.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as xpath from "xpath";
44
import * as xmldom from "@xmldom/xmldom";
55
import * as isDomNode from "@xmldom/is-dom-node";
66
import { SignedXml } from "../src";
7-
import { Sha256 } from "../lib/hash-algorithms";
7+
import { Sha256 } from "../src/hash-algorithms";
88

99
describe("Object support in XML signatures", function () {
1010
it("should add custom ds:Object elements to signature", function () {

0 commit comments

Comments
 (0)