diff options
| author | Paul-Christian Volkmer | 2023-03-20 22:19:20 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-03-20 22:36:13 +0100 |
| commit | aad777b5e36238ef437210bd9ad3ea51c3274a45 (patch) | |
| tree | 271dc83ad9f4f4e72250b396662db92f3e37bfbe /src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java | |
| parent | 9809fd550f5ddd394081529318db6a5001b54bac (diff) | |
Issue #11: Backend-Service-Methode zum Abrufen des Protokollauszugs hinzugefügt
Diffstat (limited to 'src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java')
| -rw-r--r-- | src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java b/src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java index 2f0022d..ea9ff42 100644 --- a/src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java +++ b/src/test/java/DNPM/config/TherapieplanServiceFactoryTest.java @@ -33,7 +33,6 @@ public class TherapieplanServiceFactoryTest { @Test void testShouldReturnDefaultTherapieplanServiceIfSettingIsFalse() { when(settingsService.multipleMtbsInMtbEpisode()).thenReturn(false); - var actual = this.therapieplanServiceFactory.currentUsableInstance(); var actual = this.therapieplanServiceFactory.currentUsableInstance(); |
