Skip to content

Commit

Permalink
Merge branch 'eventizer_test_module' of 'https://github.com/jjmerchan…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Jan 16, 2025
2 parents 39537f3 + e3653f1 commit fcb7af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eventizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TestEventize(unittest.TestCase):
"""Unit tests for eventize function"""

def setUp(self) -> None:
os.environ['CHRONICLER_EVENTIZERS'] = 'tests.events_test_pck'
os.environ['CHRONICLER_EVENTIZERS'] = 'events_test_pck'

def tearDown(self) -> None:
os.environ['CHRONICLER_EVENTIZERS'] = 'chronicler.events'
Expand Down

0 comments on commit fcb7af4

Please sign in to comment.