Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Dec 13, 2024
1 parent 073612a commit a6148fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/browser/test-app/components/accessGrants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ function AccessCredential({
<div data-testid={testId}>
<p>
Resource owner:{" "}
<span data-testid="crendential-owner">{getResourceOwner(vc)}</span>
<span data-testid="credential-owner">{getResourceOwner(vc)}</span>
</p>
<p>
Requested resources:{" "}
<span data-testid="crendential-resources">{getResources(vc)}</span>
<span data-testid="credential-resources">{getResources(vc)}</span>
</p>
<p>
Requested modes:{" "}
<span data-testid="crendential-modes">
<span data-testid="credential-modes">
{JSON.stringify(getAccessModes(vc))}
</span>
</p>
Expand Down

0 comments on commit a6148fe

Please sign in to comment.