blackified

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-03-29 14:56:07 +02:00
parent f5d8a2cac9
commit 704ea4618e
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 3 additions and 5 deletions

View File

@ -30,6 +30,7 @@ metadata = {"units": 300, "type": "KG"}
SCRIPT_OUTPUTS = ["ok"] SCRIPT_OUTPUTS = ["ok"]
def test_zenroom_validation(b): def test_zenroom_validation(b):
biolabs = generate_key_pair() biolabs = generate_key_pair()
version = "3.0" version = "3.0"
@ -38,10 +39,7 @@ def test_zenroom_validation(b):
output = { output = {
"amount": "10", "amount": "10",
"condition": { "condition": {"details": _fulfillment_to_details(ed25519), "uri": ed25519.condition_uri},
"details": _fulfillment_to_details(ed25519),
"uri": ed25519.condition_uri
},
"public_keys": [ "public_keys": [
biolabs.public_key, biolabs.public_key,
], ],