Skip to content

Commit 728fe9a

Browse files
committed
fixed typo
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent c631612 commit 728fe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/saturationdetector/saturationdetector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func TestDetector_IsSaturated(t *testing.T) {
124124
expectedSaturation bool
125125
}{
126126
{
127-
name: "No candidate pods pods",
127+
name: "No candidate pods",
128128
config: defaultConfig,
129129
pods: []backendmetrics.PodMetrics{},
130130
expectedSaturation: true, // No capacity = saturated

0 commit comments

Comments
 (0)