Skip to content

Commit

Permalink
Fix arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Oct 18, 2024
1 parent 866121c commit d3ae2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe("AttestModule", () => {

generateAttestModuleTests(
{ did: new DockDIDModule(dock), attest: new DockAttestModule(dock) },
DockDid
{ DID: DockDid }
);
});
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("DIDModule", () => {

didModuleTests(
{ did: new DockDIDModule(dock) },
DockDid,
{ DID: DockDid },
(name) =>
name !== "Creates `DIDDocument` containing BBS/BBSPlus/PS keys" &&
name !== "Creates `DIDDocument` containing services"
Expand Down

0 comments on commit d3ae2f3

Please sign in to comment.