Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Sep 5, 2024
1 parent 29372ce commit 13588a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void test_copy_content_type_expected_copy_success () throws DotDataExcept
fieldList.add(plot);
fieldList.add(boxOffice);

contentTypeAPI.save(movieOriginal, fieldList);
movieOriginal = contentTypeAPI.save(movieOriginal, fieldList);

final List<Field> fieldsRecovery = APILocator.getContentTypeFieldAPI().byContentTypeId(movieOriginal.id());

Expand Down

0 comments on commit 13588a2

Please sign in to comment.