Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Dec 25, 2023
1 parent c855f97 commit 46ce090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_ics_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from ics import Calendar
from freezegun import freeze_time

from fb2cal import ICSWriter, FacebookUser
from fb2cal.ics_writer import ICSWriter
from fb2cal.facebook_user import FacebookUser

class TestICSWriter(unittest.TestCase):
def setUp(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_transformer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from fb2cal import Transformer
from fb2cal.transformer import Transformer

from mocks.birthday_comet_root_mocks import BIRTHDAY_COMET_ROOT_JANUARY_MOCK

Expand Down

0 comments on commit 46ce090

Please sign in to comment.