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 55dc24d commit e151d31Copy full SHA for e151d31
test/signature-object-tests.spec.ts
@@ -4,7 +4,7 @@ import * as xpath from "xpath";
4
import * as xmldom from "@xmldom/xmldom";
5
import * as isDomNode from "@xmldom/is-dom-node";
6
import { SignedXml } from "../src";
7
-import { Sha256 } from "../lib/hash-algorithms";
+import { Sha256 } from "../src/hash-algorithms";
8
9
describe("Object support in XML signatures", function () {
10
it("should add custom ds:Object elements to signature", function () {
0 commit comments