Skip to content

Commit

Permalink
chore: fix test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
3n0ugh committed Jun 28, 2024
1 parent 5f520a7 commit 269c96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/copy_protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 269c96f

Please sign in to comment.