Skip to content

Commit

Permalink
fix: post merge
Browse files Browse the repository at this point in the history
Signed-off-by: LE SAULNIER Kevin <[email protected]>
  • Loading branch information
LE SAULNIER Kevin committed Dec 17, 2024
1 parent 6b04f4f commit 7737140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void testSensitivityAnalysis(final MockWebServer server) throws Exception {

@Test
void testGetSensitivityResultWithWrongId() throws Exception {
StudyEntity studyEntity = insertDummyStudy(UUID.fromString(NETWORK_UUID_STRING), CASE_UUID);
StudyEntity studyEntity = insertDummyStudy(UUID.fromString(NETWORK_UUID_STRING), CASE_UUID, SENSITIVITY_ANALYSIS_PARAMETERS_UUID);
UUID notFoundSensitivityUuid = UUID.randomUUID();
UUID studyUuid = studyEntity.getId();
UUID firstRootNetworkUuid = studyTestUtils.getStudyFirstRootNetworkUuid(studyUuid);
Expand Down

0 comments on commit 7737140

Please sign in to comment.