Skip to content
Snippets Groups Projects
Verified Commit 3f96e56b authored by Tobias Grantner's avatar Tobias Grantner
Browse files

Attempt at fixing unpredictable test

parent 35325ee4
No related branches found
No related tags found
5 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!191Fixed the DataCite issue of minting new dois,!188Resolve "Combine metadata services to one metadata service"
......@@ -55,13 +55,13 @@ public class DatabaseRepositoryUnitTest extends BaseUnitTest {
return;
}
realmRepository.save(REALM_DBREPO);
userRepository.save(USER_1);
userRepository.save(USER_2);
imageRepository.save(IMAGE_1);
containerRepository.save(CONTAINER_1);
containerRepository.save(CONTAINER_2);
databaseRepository.save(DATABASE_1);
databaseRepository.save(DATABASE_2);
userRepository.save(USER_1_SIMPLE);
userRepository.save(USER_2_SIMPLE);
imageRepository.save(IMAGE_1_SIMPLE);
containerRepository.save(CONTAINER_1_SIMPLE);
containerRepository.save(CONTAINER_2_SIMPLE);
databaseRepository.save(DATABASE_1_SIMPLE);
databaseRepository.save(DATABASE_2_SIMPLE);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment