From ab2d653d82e3b084e6f954a629aa05204417d6ec Mon Sep 17 00:00:00 2001 From: soergeld Date: Mon, 13 Jul 2020 22:26:57 +0200 Subject: [PATCH] typo --- test/test_parentwork.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_parentwork.py b/test/test_parentwork.py index 2a01473ea..c5a5d250b 100644 --- a/test/test_parentwork.py +++ b/test/test_parentwork.py @@ -28,7 +28,7 @@ from beetsplug import parentwork work = {'work': {'id': '1', 'work-relation-list': [{'type': 'parts', - 'direction': 'backwards', + 'direction': 'backward', 'work': {'id': '2'}}], 'artist-relation-list': [{'type': 'composer', 'artist': {'name': @@ -37,7 +37,7 @@ work = {'work': {'id': '1', 'composer, random'}}]}} dp_work = {'work': {'id': '2', 'work-relation-list': [{'type': 'parts', - 'direction': 'backwards', + 'direction': 'backward', 'work': {'id': '3'}}], 'artist-relation-list': [{'type': 'composer', 'artist': {'name':