Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Feb 21, 2024
1 parent 7834839 commit c974e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/protocol/tests/rfq.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ describe('Rfq', () => {
const pfi = await DevTools.createDid()

const offering = Offering.create({
metadata : { from: pfi.did },
metadata : { from: pfi.uri },
data : offeringData,
})
await offering.sign(pfi)
Expand All @@ -446,8 +446,8 @@ describe('Rfq', () => {
}
const rfq = Rfq.create({
metadata: {
from : alice.did,
to : pfi.did,
from : alice.uri,
to : pfi.uri,
},
data: rfqData,
})
Expand Down

0 comments on commit c974e39

Please sign in to comment.