Skip to content

Commit

Permalink
Fix typo #345
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Sep 3, 2024
1 parent 0b790f2 commit 022bdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/test_catalogue_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ class TestUpdate(UpdateDSL):
"""Tests for updating a catalogue item."""

def test_partial_update_all_fields_except_ids_or_properties_with_no_children(self):
"""Test updating all fields of a catalogue item except its any of its `_id` fields or properties when it has
"""Test updating all fields of a catalogue item except any of its `_id` fields or properties when it has
no children."""

catalogue_item_id = self.post_catalogue_item_and_prerequisites_no_properties(
Expand All @@ -851,7 +851,7 @@ def test_partial_update_all_fields_except_ids_or_properties_with_no_children(sel
self.check_patch_catalogue_item_response_success(CATALOGUE_ITEM_GET_DATA_NOT_OBSOLETE_NO_PROPERTIES)

def test_partial_update_all_fields_except_ids_or_properties_with_children(self):
"""Test updating all fields of a catalogue item except its any of its `_id` fields or properties when it has
"""Test updating all fields of a catalogue item except any of its `_id` fields or properties when it has
children."""

catalogue_item_id = self.post_catalogue_item_and_prerequisites_no_properties(
Expand Down

0 comments on commit 022bdc1

Please sign in to comment.