We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9bf6e commit 5b2cf75Copy full SHA for 5b2cf75
test/plugins/test_lastgenre.py
@@ -158,7 +158,8 @@ def test_pretend_option_skips_library_updates(self):
158
mock_get_genre.assert_called_once()
159
160
assert any(
161
- call.args[1] == "Pretend: " for call in log_info.call_args_list
+ call.args[0].startswith("Pretend:")
162
+ for call in log_info.call_args_list
163
)
164
165
# Verify that try_write was never called (file operations skipped)
0 commit comments