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 195193b
Showing 1 changed file with 1 addition and 1 deletion.
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 }
);
});

0 comments on commit 195193b

Please sign in to comment.