Skip to content

Commit

Permalink
fixed tests for dependencies (from core to api)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebyshev committed Mar 9, 2024
1 parent 04af3c4 commit 0d6e039
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from dishka import make_async_container, AsyncContainer, Provider, Scope
from telegraph.aio import Telegraph

from shvatka.api.dependencies import AuthProvider, ApiConfigProvider
from shvatka.api.dependencies import AuthProvider, ApiConfigProvider, PlayerProvider, TeamProvider
from shvatka.common import Paths
from shvatka.common.factory import DCFProvider, TelegraphProvider
from shvatka.core.interfaces.clients.file_storage import FileStorage, FileGateway
Expand All @@ -25,8 +25,6 @@
DbProvider,
RedisProvider,
GameProvider,
PlayerProvider,
TeamProvider,
FileClientProvider,
)
from shvatka.tgbot.main_factory import DpProvider, LockProvider
Expand Down

0 comments on commit 0d6e039

Please sign in to comment.