Skip to content

Commit 74da1d6

Browse files
committed
fix: clean up unused variables in deployment test
1 parent d454223 commit 74da1d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/store/deployment_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ import (
3030

3131
var (
3232
depl1Replicas int32 = 200
33-
depl2Replicas int32 = 5
34-
depl3Replicas int32 = 1
3533
depl4Replicas int32 = 10
3634

3735
depl1MaxUnavailable = intstr.FromInt(10)
38-
depl2MaxUnavailable = intstr.FromString("25%")
3936

4037
depl1MaxSurge = intstr.FromInt(10)
41-
depl2MaxSurge = intstr.FromString("20%")
4238
)
4339

4440
func TestDeploymentStore(t *testing.T) {

0 commit comments

Comments
 (0)