query: 2.0.1 - (RED) Corrected expectations for JSON in input-messages
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / top10 / TestEntry.java
index 215327f..ceafa82 100644 (file)
@@ -11,5 +11,5 @@ import lombok.NoArgsConstructor;
 public class TestEntry
 {
   String word;
-  long count;
+  long counter;
 }