Skip to content

Commit 6824538

Browse files
committed
fix: test reflects new behavior of method
1 parent 702cdcf commit 6824538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/fr/insee/genesis/domain/utils/JsonUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void asStringList_shouldConvertValidList() {
6565
log.info("test");
6666
List<String> result = JsonUtils.asStringList(obj);
6767

68-
Assertions.assertThat(result).containsExactly("1", "text", "");
68+
Assertions.assertThat(result).containsExactly("1", "text", null);
6969
}
7070

7171
@Test

0 commit comments

Comments
 (0)