Skip to content

Commit

Permalink
Delete ineffectual assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Yoon Park <[email protected]>
  • Loading branch information
yoongon committed Jul 12, 2023
1 parent f9344e9 commit 4259185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scaling/scaledjob/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func TestTargetAverageValue(t *testing.T) {
createMetricSpec(4, metricName),
}

metricName = "s3-messageCount"
targetAverageValue = getTargetAverageValue(specs)
assert.Equal(t, 4.666666666666667, targetAverageValue)
}
Expand Down

0 comments on commit 4259185

Please sign in to comment.