generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce number of tests that create new
did:dht
DIDs (#860)
In several of the tests we were creating fresh `did:dht` identities before each test run. In this PR most of the `createIdentity()` methods were moved into `before` instead of `beforeEach` and generating a new protocol URI on each run to differentiate counts, specifically on a remote. Additionally some tests do not need a remote DWN at all, so a `did:jwk` was used.
- Loading branch information
1 parent
9f08161
commit d643160
Showing
8 changed files
with
572 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.