Skip to content

Commit

Permalink
test(identity): move unknown statement to the edge
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jan 26, 2024
1 parent bb14fb4 commit 64cc18a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/identity/resolve-did.zen
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Rule caller restroom-mw
Rule unknown ignore

Given I resolve the did 'myDid' from 'myUrl' and save the output into 'myOutput'
Given I resolve the did 'myDid2' from 'myUrl' and save the output into 'myOutput2'

Given I have a 'string' named 'myDid'
Given I have a 'string' named 'myDid2'
Given I have a 'string' named 'myUrl'
Given I have a 'string dictionary' named 'myOutput'
Given I have a 'string dictionary' named 'myOutput2'
Given I resolve the did 'myDid' from 'myUrl' and save the output into 'myOutput'
Given I resolve the did 'myDid2' from 'myUrl' and save the output into 'myOutput2'
Then print all data

0 comments on commit 64cc18a

Please sign in to comment.