Skip to content

Commit

Permalink
adding change made to test vector
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoontbd committed Mar 29, 2024
1 parent 27bf69c commit 0a4f597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/tests/generate-test-vectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ const generateParseCloseVector = async () => {
const close = Close.create({
metadata : { from: pfiDid.uri, to: aliceDid.uri, exchangeId: Message.generateId('rfq'), protocol: '1.0' },
data : {
reason: 'The reason for closing the exchange'
reason : 'The reason for closing the exchange',
success : true
}
})

Expand Down

0 comments on commit 0a4f597

Please sign in to comment.