Skip to content

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Oct 19, 2024
1 parent 320fab9 commit 519c09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dnstapir/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from importlib.metadata import version

__version__ = version("tapir")
__version__ = version("dnstapir")
2 changes: 1 addition & 1 deletion tests/test_key_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from cryptography.hazmat.primitives.asymmetric import ed25519
from pytest_httpx import HTTPXMock

from tapir.key_resolver import UrlKeyResolver
from dnstapir.key_resolver import UrlKeyResolver


def test_url_key_resolver(httpx_mock: HTTPXMock):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"disable_existing_loggers": False,
"formatters": {
"json": {
"class": "tapir.logging.JsonFormatter",
"class": "dnstapir.logging.JsonFormatter",
"format": LOGGING_RECORD_CUSTOM_FORMAT,
},
},
Expand Down

0 comments on commit 519c09f

Please sign in to comment.