From 3596ee2424f714fe778b0af95f37355be98617e0 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Wed, 6 Dec 2023 14:01:19 -0500 Subject: [PATCH] chore: update tests/trestlebot/tasks/authored/test_ssp.py Co-authored-by: beatrizmcouto <140717802+beatrizmcouto@users.noreply.github.com> --- tests/trestlebot/tasks/authored/test_ssp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trestlebot/tasks/authored/test_ssp.py b/tests/trestlebot/tasks/authored/test_ssp.py index 6db2fa43..450085b4 100644 --- a/tests/trestlebot/tasks/authored/test_ssp.py +++ b/tests/trestlebot/tasks/authored/test_ssp.py @@ -289,7 +289,7 @@ def test_create_new_with_filter(tmp_trestle_dir: str) -> None: assert test_comp_2 in component_names assert test_comp not in component_names - # Check that without model path the ssp_index is not updated + # Check that without markdown path the ssp_index is not updated ssp_name = "new_ssp_3" authored_ssp.create_new_with_filter( ssp_name, input_ssp, implementation_status=["implemented"]