Skip to content

Commit 946093e

Browse files
authored
Update ConverterTest.java
1 parent 42e1e16 commit 946093e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/kafka/ConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void invalidKeyTypes() {
6262
@Test
6363
void fieldsTypes() {
6464
Map<String, Object> value = map()
65-
.add("int", 11)
65+
.add("int", "abc")
6666
.add("dec", 22.22)
6767
.add("bool", true)
6868
.add("str", "foo")

0 commit comments

Comments
 (0)