Skip to content

Commit

Permalink
Merge branch 'development' into sync-development
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Dec 2, 2024
2 parents 9a144a6 + 765e281 commit e137138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions acapy_agent/anoncreds/default/did_web/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

LOGGER = logging.getLogger(__name__)

LOGGER = logging.getLogger(__name__)


class DIDWebRegistry(BaseAnonCredsResolver, BaseAnonCredsRegistrar):
"""DIDWebRegistry."""
Expand Down
2 changes: 0 additions & 2 deletions acapy_agent/messaging/models/tests/test_base_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ async def test_query(self):
order_by=None,
descending=False,
tag_query=tag_filter,
order_by=None,
descending=False,
)
assert result and isinstance(result[0], BaseRecordImpl)
assert result[0]._id == record_id
Expand Down

0 comments on commit e137138

Please sign in to comment.