Skip to content

Commit

Permalink
Merge branch 'chore/remove-class-files' of github.com:smartSenseSolut…
Browse files Browse the repository at this point in the history
…ions/SSI-agent-lib into chore/remove-class-files
  • Loading branch information
nitin-vavdiya committed Apr 2, 2024
2 parents fd6ea43 + 900c01c commit 758bea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private ResolveDIDDoc() {
public static DidDocument resolveDidDocument(String didUrl)
throws DidParseException, DidResolverException {

// DID Resolver Contracture params
// DID Resolver constructor params
DidWebParser didParser = new DidWebParser();
var httpClient = HttpClient.newHttpClient();
var enforceHttps = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
/** The type Sign and verify test. */
class SignAndVerifyTest {

/** Test sign and verify ed 201559. */
/** Test sign and verify ed 25519. */
@Test
@SneakyThrows
void testSignAndVerify_ED201559() {
void testSignAndVerify_ED25519() {
final TestDidResolver didResolver = new TestDidResolver();

var testIdentity = TestIdentityFactory.newIdentityWithED25519Keys();
Expand Down

0 comments on commit 758bea7

Please sign in to comment.