Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Sep 1, 2021
1 parent 95b7e66 commit 581911b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aries_vcx/src/messages/a2a/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ pub mod test_a2a_serialization {
let msg =
r#"{
"@id": "testid",
"@type": "https://didcomm.org/notification/1.0/ack",
"@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/notification/1.0/ack",
"status": "OK",
"~thread": {
"received_orders": {},
Expand All @@ -397,7 +397,7 @@ pub mod test_a2a_serialization {
let msg =
r#"{
"@id": "testid",
"@type": "https://didcomm.org/connections/1.0/request",
"@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/connections/1.0/request",
"connection": {
"DID": "",
"DIDDoc": {
Expand Down

0 comments on commit 581911b

Please sign in to comment.