From 269c96f71d31c029590939df2af77d1837f22a2c Mon Sep 17 00:00:00 2001 From: Serhat Karabulut Date: Fri, 28 Jun 2024 20:21:17 +0300 Subject: [PATCH] chore: fix test case name --- integration_test/copy_protocol_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/copy_protocol_test.go b/integration_test/copy_protocol_test.go index 5246f7a..e43b12c 100644 --- a/integration_test/copy_protocol_test.go +++ b/integration_test/copy_protocol_test.go @@ -73,7 +73,7 @@ func TestCopyProtocol(t *testing.T) { go connector2.Start(ctx) - t.Run("Insert 30 book to table with Copy protocol. Then stop the consumer after 650th message processed", func(t *testing.T) { + t.Run("Insert 30 book to table with Copy protocol. Then stop the consumer after 16th message processed", func(t *testing.T) { entries := make([][]any, 30) books := CreateBooks(30)