Skip to content

Commit 02bf684

Browse files
committed
#13335 - Updated unit test
1 parent a110f71 commit 02bf684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-api/src/test/java/de/symeda/sormas/api/systemconfiguration/SystemConfigurationValueDiseasesProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void testApplyValuesWithNullValues() {
127127

128128
provider.applyValues(values, dto);
129129

130-
assertThat(dto.getValue(), is((String) null));
130+
assertThat(dto.getValue(), is(""));
131131
}
132132

133133
/**

0 commit comments

Comments
 (0)