From 3d6ffa57e8a901bd61c2d95fbb6d1ca16d811898 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 9 Feb 2022 18:29:49 +0100 Subject: make resource dependency specifier an object --- test/unit/test_item_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_item_list.py') diff --git a/test/unit/test_item_list.py b/test/unit/test_item_list.py index 46691c3..189646e 100644 --- a/test/unit/test_item_list.py +++ b/test/unit/test_item_list.py @@ -38,7 +38,7 @@ def make_sample_resource(identifier, long_name): 'version': [2021, 11, 10], 'revision': 1, 'description': 'greets an apple', - 'dependencies': ['hello-message'], + 'dependencies': [{'identifier': 'hello-message'}], 'scripts': [ sample_file_ref('hello.js'), sample_file_ref('bye.js') -- cgit v1.2.3