Skip to content

Commit

Permalink
vstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfomiranda committed Mar 30, 2024
1 parent 59a3979 commit c5a2938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/test_authing.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_controller_derive():
assert serder.raw == raw

from keri.core import coring
e1 = dict(v=coring.Vstrings.json,
e1 = dict(v="KERI10JSON000000_",
t="rot",
d="",
i="EMPYj-h2OoCyPGQoUUd1tLUYe62YD_8A3jjXxqYawLcV",
Expand Down Expand Up @@ -171,7 +171,7 @@ def test_approve_delegation():
})

from keri.core import coring
e1 = dict(v=coring.Vstrings.json,
e1 = dict(v="KERI10JSON000000_",
d="",
i="ABCDEFG",
s="1",
Expand Down

0 comments on commit c5a2938

Please sign in to comment.