mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Fixed unit tests import
This commit is contained in:
parent
e827d43213
commit
c59134bdb6
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ from beets import config, plugins
|
||||||
from beets.test.helper import PluginTestCase
|
from beets.test.helper import PluginTestCase
|
||||||
from beetsplug.inline import InlinePlugin
|
from beetsplug.inline import InlinePlugin
|
||||||
|
|
||||||
|
|
||||||
class TestInlineRecursion(PluginTestCase):
|
class TestInlineRecursion(PluginTestCase):
|
||||||
def test_no_recursion_when_inline_shadows_fixed_field(self):
|
def test_no_recursion_when_inline_shadows_fixed_field(self):
|
||||||
config["plugins"] = ["inline"]
|
config["plugins"] = ["inline"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue