From 760271c45650e7bb3a4ae4e6aa3119ea16dcea3b Mon Sep 17 00:00:00 2001 From: Pierre Ayoub Date: Sat, 22 Mar 2025 10:38:36 +0100 Subject: [PATCH] chore(test): format with poe --- test/plugins/test_smartplaylist.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/plugins/test_smartplaylist.py b/test/plugins/test_smartplaylist.py index 64994b320..212aba4f5 100644 --- a/test/plugins/test_smartplaylist.py +++ b/test/plugins/test_smartplaylist.py @@ -465,7 +465,9 @@ class SmartPlaylistTest(BeetsTestCase): type(i).title = PropertyMock(return_value="fake title") type(i).length = PropertyMock(return_value=300.123) # Set a path which is not equal to the one returned by `item.destination`. - type(i).path = PropertyMock(return_value=b"/imported/path/with/dont/move/tagada.mp3") + type(i).path = PropertyMock( + return_value=b"/imported/path/with/dont/move/tagada.mp3" + ) # Set a path which would be equal to the one returned by `item.destination`. type(i).destination = PropertyMock(return_value=lambda: b"/tagada.mp3") i.evaluate_template.side_effect = lambda pl, _: pl.replace(