Skip to content

Commit

Permalink
fix: test for jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti authored and nitin-vavdiya committed May 21, 2024
1 parent dba48e2 commit 0a69f1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ void shouldIssueCredentialAsJwt() throws IOException, ParseException, InvalidPri
Map<String, Object> wallets = mockBaseAndHolderWallet();
Wallet baseWallet = (Wallet) wallets.get("base");
String baseWalletBpn = baseWallet.getBpn();
String baseWalletDid = baseWallet.getDid();
Wallet holderWallet = (Wallet) wallets.get("holder");
String holderWalletBpn = holderWallet.getBpn();
String walletKeyId = "key-1";
Expand Down

0 comments on commit 0a69f1c

Please sign in to comment.