Skip to content

Commit

Permalink
remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Oct 10, 2023
1 parent c1ae689 commit 97169f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/admin/brokerclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,6 @@ func TestBrokerClientAlterAssignments(t *testing.T) {
return fmt.Errorf("Assign partitions change not reflected yet")
}

for _, partition := range topicInfo.Partitions {
if len(partition.Replicas) != 2 {
return fmt.Errorf("Assign partitions change not reflected yet")
}
}

return nil
})

Expand Down

0 comments on commit 97169f6

Please sign in to comment.