Skip to content

Conversation

@12ya
Copy link
Contributor

@12ya 12ya commented Jul 28, 2025

Replaces the for loop with an iteration using 'for range 10' in the consumer E2E test, simplifying the loop syntax.

Type of change:

  • [ x ] Chore

What this PR does / why we need it:

improves readability

12ya added 2 commits July 28, 2025 17:29
Replaces the for loop with an iteration using 'for range 10' in the consumer E2E test, simplifying the loop syntax.
Replaces traditional for-loop syntax with 'for range <count>' in three test cases for improved readability and idiomatic Go style.
@AlinsRan AlinsRan changed the title Refactor loop to use range over integer in test chore(test): Refactor loop to use range over integer in test Jul 28, 2025
Copy link
Contributor

@ronething ronething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Revolyssup Revolyssup merged commit 4071236 into apache:master Aug 5, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants