Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-muthwill committed Dec 10, 2024
1 parent abf02a2 commit 92dc07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.test import TestCase
from importlib.metadata import version, PackageNotFoundError
from . import __version__
from newsletter import __version__

class TestNewsletterInit(TestCase):

Expand Down

0 comments on commit 92dc07c

Please sign in to comment.