Skip to content

Commit

Permalink
fix: test cases import!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 21, 2024
1 parent a5b85e7 commit b51d5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class TestExtractRawData(TestCase):
@patch("hivemind_etl_helpers.src.utils.mongo.MongoSingleton.get_instance")
@patch("tc_hivemind_backend.db.mongo.MongoSingleton.get_instance")
def test_extract(self, mock_get_instance):
mock_client = MagicMock()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class TestExtractRawDataLatestDate(TestCase):
@patch("hivemind_etl_helpers.src.utils.mongo.MongoSingleton.get_instance")
@patch("tc_hivemind_backend.db.mongo.MongoSingleton.get_instance")
def test_extract_latest_date(self, mock_get_instance):
mock_client = MagicMock()

Expand Down

0 comments on commit b51d5ca

Please sign in to comment.