From e4775235306023f4693fa13f41b0c097708bfa4b Mon Sep 17 00:00:00 2001 From: Arno Hautala Date: Sat, 9 Sep 2023 11:31:23 -0400 Subject: [PATCH] fix test --- test/test_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ui.py b/test/test_ui.py index 3b4ce7e3c..a183b05e7 100644 --- a/test/test_ui.py +++ b/test/test_ui.py @@ -585,7 +585,7 @@ class UpdateTest(_common.TestCase): self.i.mtime = 0 self.i.store() commands.update_items(self.lib, query, album, move, False, - fields=fields, excluded_fields=excluded_fields) + fields=fields, exclude_fields=excluded_fields) def test_delete_removes_item(self): self.assertTrue(list(self.lib.items()))