From f9d9c7d5fafbce05d6189439da3f421f5271ed4f Mon Sep 17 00:00:00 2001 From: ritiek Date: Fri, 12 Jan 2018 21:56:58 +0530 Subject: [PATCH] Refactor tests --- test/test_simple.py | 4 ++-- test/test_spotify.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_simple.py b/test/test_simple.py index 6077b93..91bc5c1 100644 --- a/test/test_simple.py +++ b/test/test_simple.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- -from spotdl import const -from spotdl import handle +from core import const +from core import handle import spotdl import os diff --git a/test/test_spotify.py b/test/test_spotify.py index 175197e..d23f9cf 100644 --- a/test/test_spotify.py +++ b/test/test_spotify.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- -from spotdl import const -from spotdl import handle +from core import const +from core import handle import spotdl import os