diff --git a/test/test_dbcore.py b/test/test_dbcore.py index e2e97366a..bca88cbda 100644 --- a/test/test_dbcore.py +++ b/test/test_dbcore.py @@ -17,7 +17,6 @@ import os import sqlite3 -import _common from _common import unittest from beets import dbcore from tempfile import mkstemp @@ -126,8 +125,6 @@ class MigrationTest(unittest.TestCase): def tearDown(self): os.remove(self.libfile) - - def test_open_with_same_fields_leaves_untouched(self): new_lib = TestDatabase2(self.libfile) c = new_lib._connection().cursor()