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 c3baf6c commit 512569c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 512569c

Please sign in to comment.