Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Oct 10, 2024
1 parent 9ad89ff commit 2841456
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ void should_increaseWahlvorstandProgressEven_when_loadingWahlvorschlaegeFromClie
val wahltagNummer = "wahltagNummer";
val basisdatenModel = createBasisdatenModelWith2WahlenAnd2WahlbezirkeForEachWahl(wahltagDate, Wahlart.BTW);

val mockedWahlvorschlaegeClientResponse = WahlvorschlaegeModel.builder().build();
val mockedWahlvorschlaegeModelMappedAsEntity = new Wahlvorschlaege();

Mockito.doThrow(new RuntimeException("getting data from client failed")).when(wahlvorschlaegeClient).getWahlvorschlaege(any());

unitUnderTest.initVorlagenAndVorschlaege(new WahltagWithNummer(wahltagDate, wahltagNummer), basisdatenModel);
Expand Down

0 comments on commit 2841456

Please sign in to comment.