Skip to content

Commit

Permalink
fixy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Apr 30, 2024
1 parent ac7477e commit defd638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/app/test_credentialing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
from hio.base import doing
from keri.app import habbing
from keri.core import scheming, coring, parsing, serdering
from keri.core.eventing import TraitCodex, SealEvent
from keri.core.eventing import SealEvent
from keri.kering import TraitCodex
from keri.vc import proving
from keri.vdr import eventing
from keri.vdr.credentialing import Regery, Registrar
Expand Down
4 changes: 2 additions & 2 deletions tests/app/test_ipexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from keri.app import habbing, signing
from keri.core import eventing, coring, serdering
from keri.help import helping
from keri.kering import Roles
from keri.kering import Roles, TraitCodex
from keri.peer import exchanging
from keri.vc import proving
from keri.vdr import eventing as veventing
Expand Down Expand Up @@ -606,7 +606,7 @@ def test_multisig_grant_admit(seeder, helpers):
baks=[],
toad="0",
nonce=nonce,
cnfg=[eventing.TraitCodex.NoBackers],
cnfg=[TraitCodex.NoBackers],
code=coring.MtrDex.Blake3_256)

anchor = dict(i=regser.ked['i'], s=regser.ked["s"], d=regser.said)
Expand Down

0 comments on commit defd638

Please sign in to comment.