Skip to content

Commit

Permalink
Update cmd/otel-allocator/allocation/per_node_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Świątek <[email protected]>
  • Loading branch information
lhp-nemlig and swiatekm authored Nov 22, 2024
1 parent 6be618c commit 7d32f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otel-allocator/allocation/per_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestAllocationPerNodeUsingFallback(t *testing.T) {
// verify allocation to nodes
for targetHash, item := range targetList {
actualItem, found := actualItems[targetHash]
// if third target, should be skipped
// if third target, should be allocated by the fallback strategy
assert.True(t, found, "target with hash %s not found", item.Hash())

// only the first two targets should be allocated
Expand Down

0 comments on commit 7d32f7e

Please sign in to comment.