Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 1, 2023
1 parent 083a54b commit c84ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-client/test/agent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ describe('Agent', function () {
with: account,
},
],
{ sessionProofIssuer: desiredInvocationAudience.did() },
{ sessionProofIssuer: desiredInvocationAudience.did() }
)
assert.ok(proofsA)
assert.equal(proofsA[1].issuer.did(), desiredInvocationAudience.did())
Expand Down

0 comments on commit c84ee62

Please sign in to comment.