1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

tests: fix changed module name

This commit is contained in:
2026-05-16 18:27:41 +03:00
parent 00e3f84f35
commit d232137e17
9 changed files with 23 additions and 27 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ import os
import pytest
from src.app.core.database.db import Database
from src.app.core.sync.executor import ActionExecutor
from src.app.core.sync.service import SyncService
from app.core.database.db import Database
from app.core.sync.executor import ActionExecutor
from app.core.sync.service import SyncService
PLAYLIST_URL = os.getenv("TEST_PLAYLIST_URL")