Skip to content

Commit

Permalink
Fix to e2e test (#9923)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhu007 authored Apr 15, 2022
1 parent 6d7bc11 commit 09d9340
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 09d9340

Please sign in to comment.