Skip to content

Commit 879ab1e

Browse files
committed
Apply suggestions from code review
1 parent cf49bba commit 879ab1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topic/topictypes/topictypes_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func TestTopicDescriptionFromRaw(t *testing.T) {
152152
}
153153

154154
for _, v := range testData {
155-
v := v
155+
v := v
156156
t.Run(
157157
v.testName, func(t *testing.T) {
158158
d := TopicDescription{}
@@ -322,7 +322,7 @@ func TestTopicConsumerDescriptionFromRaw(t *testing.T) {
322322
},
323323
}
324324
for _, v := range testData {
325-
v := v
325+
v := v
326326
t.Run(
327327
v.testName, func(t *testing.T) {
328328
d := TopicConsumerDescription{}

0 commit comments

Comments
 (0)