From 8feeea748b44a36bd16efcedd7a8a6e673f968c4 Mon Sep 17 00:00:00 2001 From: lrjball <50599110+lrjball@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:44:46 +0100 Subject: [PATCH] Update test_diagram.py updated doc string of test function --- tests/test_diagram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_diagram.py b/tests/test_diagram.py index ae0bef52..cc5567b0 100644 --- a/tests/test_diagram.py +++ b/tests/test_diagram.py @@ -290,7 +290,7 @@ class ResourcesTest(unittest.TestCase): def test_folder_depth(self): """ The code currently only handles resource folders up to a dir depth of 2 - i.e. resources/provider/module/icon.png, so check that this depth isn't + i.e. resources///, so check that this depth isn't exceeded. """ resources_dir = pathlib.Path(__file__).parent.parent / 'resources'