Skip to content

Commit

Permalink
ReplaceAll
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Aug 21, 2024
1 parent 038251f commit 53b5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producer_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var producerBuilderSingleton = &producerBuilder{}
// TestProducerStreamStartsAfterReady ensures producer streams only start after
// the subchannel reports as READY to the LB policy.
func (s) TestProducerStreamStartsAfterReady(t *testing.T) {
name := strings.Replace(strings.ToLower(t.Name()), "/", "", -1)
name := strings.ReplaceAll(strings.ToLower(t.Name()), "/", "")
producerCh := make(chan balancer.Producer)
streamStarted := make(chan struct{})
done := make(chan struct{})
Expand Down

0 comments on commit 53b5f3c

Please sign in to comment.