diff --git a/modules/apps/asset/asset-entry-rel-test/src/testIntegration/java/com/liferay/asset/entry/rel/test/AssetEntryAssetCategoryRelAssetEntryLocalServiceTest.java b/modules/apps/asset/asset-entry-rel-test/src/testIntegration/java/com/liferay/asset/entry/rel/test/AssetEntryAssetCategoryRelAssetEntryLocalServiceTest.java index fd9dd7c4f9b02d..12a9d5e36fa0bd 100644 --- a/modules/apps/asset/asset-entry-rel-test/src/testIntegration/java/com/liferay/asset/entry/rel/test/AssetEntryAssetCategoryRelAssetEntryLocalServiceTest.java +++ b/modules/apps/asset/asset-entry-rel-test/src/testIntegration/java/com/liferay/asset/entry/rel/test/AssetEntryAssetCategoryRelAssetEntryLocalServiceTest.java @@ -56,8 +56,8 @@ public class AssetEntryAssetCategoryRelAssetEntryLocalServiceTest { @Before public void setUp() throws Exception { - _user = UserTestUtil.addUser(); _group = GroupTestUtil.addGroup(); + _user = UserTestUtil.addUser(); _assetVocabulary = AssetTestUtil.addVocabulary(_group.getGroupId());