1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00

Renamed test module

This commit is contained in:
spl0k 2017-10-26 23:17:37 +02:00
parent b04c23ea77
commit ba70d0aadb
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
import unittest
from .db import DbTestCase
from .test_db import DbTestCase
from .test_manager_folder import FolderManagerTestCase
from .test_manager_user import UserManagerTestCase