Skip to content

Commit 421525f

Browse files
committed
typo
1 parent 9942309 commit 421525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/debezium/src/test/java/kafka/DebeziumIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void testManyUpdates() throws Exception {
191191
+ "4,\"KDB\",42.0\r\n",
192192
"select id, symbol, last(price) as last_price from " + questTableName);
193193

194-
// total number of rows is equal to the number of updates / inserts
194+
// total number of rows is equal to the number of updates and inserts
195195
QuestDBUtils.assertSqlEventually(questDBContainer, "\"count\"\r\n"
196196
+ "200010\r\n",
197197
"select count() from " + questTableName);

0 commit comments

Comments
 (0)