Skip to content

Commit

Permalink
fix: update move statements
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Mar 5, 2024
1 parent 627a398 commit 498167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pubkeys-request-signed-02-24.zen
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ When I create the 'string dictionary' named 'did document'
and I move '@context' in 'did document'
and I move 'description' in 'did document'
If I verify 'identifier' is found in 'user_id'
When I move 'identifier' from 'user_id' to 'did document'
When I move 'identifier' from 'user_id' in 'did document'
EndIf

## did spec and id
Expand Down
2 changes: 1 addition & 1 deletion src/pubkeys-request-signed.zen
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When I create the 'string dictionary' named 'did document'
and I move '@context' in 'did document'
and I move 'description' in 'did document'
If I verify 'identifier' is found in 'ifacer_id'
When I move 'identifier' from 'ifacer_id' to 'did document'
When I move 'identifier' from 'ifacer_id' in 'did document'
EndIf

## did spec and id
Expand Down

0 comments on commit 498167f

Please sign in to comment.