We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e07179 commit c805e33Copy full SHA for c805e33
pkg/querier/worker/worker_test.go
@@ -23,7 +23,7 @@ func TestResetConcurrency(t *testing.T) {
23
maxConcurrent int
24
numTargets int
25
expectedConcurrency int
26
- exepctedConcurrencyAfterTargetRemoval int
+ expectedConcurrencyAfterTargetRemoval int
27
}{
28
{
29
name: "Test create at least one processor per target",
0 commit comments