From 92695cb8f070daeaee61cf165b23055d122e17d2 Mon Sep 17 00:00:00 2001 From: Ryan Amari Date: Thu, 10 Oct 2024 11:20:54 -0400 Subject: [PATCH] Fix test --- .../avillach/hpds/processing/GenomicProcessorParentImplTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/src/test/java/edu/harvard/hms/dbmi/avillach/hpds/processing/GenomicProcessorParentImplTest.java b/processing/src/test/java/edu/harvard/hms/dbmi/avillach/hpds/processing/GenomicProcessorParentImplTest.java index 8d8c2fff..b1536aea 100644 --- a/processing/src/test/java/edu/harvard/hms/dbmi/avillach/hpds/processing/GenomicProcessorParentImplTest.java +++ b/processing/src/test/java/edu/harvard/hms/dbmi/avillach/hpds/processing/GenomicProcessorParentImplTest.java @@ -50,7 +50,6 @@ public void patientIdInit_patientsMatch_noException() { public void patientIdInit_patientsDiffer_exception() { when(mockProcessor1.getPatientIds()).thenReturn(List.of("1", "42", "99")); when(mockProcessor2.getPatientIds()).thenReturn(List.of("1", "43", "99")); - when(mockProcessor3.getPatientIds()).thenReturn(List.of("1", "42", "99")); assertThrows(IllegalStateException.class, () -> { parentProcessor = new GenomicProcessorParentImpl(List.of(