From 932f618bf2456fe2f3f5ae6bf7ede26ac0b86b7e Mon Sep 17 00:00:00 2001 From: Tom Cowland Date: Thu, 30 Nov 2023 13:28:30 +0000 Subject: [PATCH] fixup! [Tests] Assert Specifications contain a usage trait --- tests/python/openassetio_mediacreation/test_specifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/openassetio_mediacreation/test_specifications.py b/tests/python/openassetio_mediacreation/test_specifications.py index 6df24fa..42110be 100644 --- a/tests/python/openassetio_mediacreation/test_specifications.py +++ b/tests/python/openassetio_mediacreation/test_specifications.py @@ -18,7 +18,7 @@ class Test_specification_traits: """ - All speicifications should contain one trait from the usage namespace + All specifications should contain one trait from the usage namespace so that their purpose can be determined at runtime. """