Skip to content

Commit

Permalink
fix: Reorganize initdb scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 3, 2023
1 parent 1480363 commit 6731dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class RegistrationManagerImplTest extends DBUnitTest {

@BeforeClass
public static void initDBUnitData() throws Exception {
initDBUnitData(Arrays.asList("/data/RecordNameEntityData.xml", "/data/ProfileEntityData.xml", "/data/SourceClientDetailsEntityData.xml", "/data/OrgsEntityData.xml"));
initDBUnitData(Arrays.asList("/data/SourceClientDetailsEntityData.xml", "/data/ProfileEntityData.xml", "/data/RecordNameEntityData.xml", "/data/OrgsEntityData.xml"));
}

@Before
Expand Down

0 comments on commit 6731dbf

Please sign in to comment.