Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarbacinski committed Jan 14, 2025
1 parent f83f32e commit 6306781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tests/v2/projects/test_projects_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest
from httpx import AsyncClient
from sqlalchemy.ext.asyncio import AsyncSession

from tests.v2.factories import FactoriesAggregator
from tests.v2.factories.helpers import generate_random_eip55_address
Expand All @@ -16,6 +17,7 @@
async def test_returns_correct_projects_metadata_for_epoch(
fake_projects_contract_factory: FakeProjectsContractCallable,
fast_client: AsyncClient,
fast_session: AsyncSession,
):
epoch_number = 3
projects_cid = "Qm123456789abcdef"
Expand Down

0 comments on commit 6306781

Please sign in to comment.