From 25a1c8d0d4c9a14af4f2b5b74e7b085e0aa5ac82 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 13 Aug 2020 16:05:32 -0400 Subject: [PATCH] Fixing test --- .../cloud/fn/common/cdc/CdcBootStarterIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cdc-debezium-boot-starter/src/test/java/org/springframework/cloud/fn/common/cdc/CdcBootStarterIntegrationTest.java b/common/cdc-debezium-boot-starter/src/test/java/org/springframework/cloud/fn/common/cdc/CdcBootStarterIntegrationTest.java index f9d92e10..c90d55ae 100644 --- a/common/cdc-debezium-boot-starter/src/test/java/org/springframework/cloud/fn/common/cdc/CdcBootStarterIntegrationTest.java +++ b/common/cdc-debezium-boot-starter/src/test/java/org/springframework/cloud/fn/common/cdc/CdcBootStarterIntegrationTest.java @@ -65,7 +65,7 @@ public class CdcBootStarterIntegrationTest { JdbcTestUtils.deleteFromTableWhere(jdbcTemplate, "customers", "first_name = ?", "Test666"); Thread.sleep(10000); - assertThat(testConsumer.recordList).hasSize(53); + assertThat(testConsumer.recordList).hasSize(52); }); }