Skip to content

Commit 86f9cf8

Browse files
committed
address comments
1 parent c1c36c1 commit 86f9cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streams-integration-tests/src/test/java/io/confluent/kafka/streams/integration/TimestampedWindowStoreWithHeadersIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void shouldPerformAllStoreOperationsWithHeaders() throws Exception {
245245
// Verify FETCH at t=8min for event-3 - should return event-3 from window 5-10min (count=50)
246246
assertEquals("event-3", results.get(idx).key().get("eventId").toString());
247247
assertEquals(50L, results.get(idx).value().get("count"));
248-
assertSchemaIdHeaders(results.get(idx++), "FETCH t=5min");
248+
assertSchemaIdHeaders(results.get(idx++), "FETCH t=8min");
249249

250250
// Verify FETCH at t=10min for event-1 - should return event-1 from window 10-15min (count=60)
251251
assertEquals("event-1", results.get(idx).key().get("eventId").toString());

0 commit comments

Comments
 (0)