Skip to content

Commit

Permalink
Fix to e2e test (#9923) (#9924)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-cai-microsoft authored Apr 16, 2022
1 parent ae4cffc commit 24e2b8b
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 35 deletions.
144 changes: 109 additions & 35 deletions lerna-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export class LocalDocumentServiceFactory implements IDocumentServiceFactory {
sequenceNumber,
documentAttributes.term ?? 1,
defaultHash,
resolvedUrl.endpoints.ordererUrl ?? "",
resolvedUrl.endpoints.storageUrl ?? "",
quorumValues,
);
return this.createDocumentService(resolvedUrl, logger, clientIsSummarizer);
Expand Down

0 comments on commit 24e2b8b

Please sign in to comment.