Skip to content

Commit

Permalink
chore: update tests/trestlebot/tasks/authored/test_ssp.py
Browse files Browse the repository at this point in the history
Co-authored-by: beatrizmcouto <[email protected]>
  • Loading branch information
jpower432 and beatrizmcouto committed Dec 6, 2023
1 parent 258c762 commit 3596ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trestlebot/tasks/authored/test_ssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3596ee2

Please sign in to comment.