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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user