Skip to content

Commit 994a3d0

Browse files
committed
fix: clean up unused variables in deployment test
1 parent e21e20b commit 994a3d0

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
@@ -27,15 +27,11 @@ import (
2727

2828
var (
2929
depl1Replicas int32 = 200
30-
depl2Replicas int32 = 5
31-
depl3Replicas int32 = 1
3230
depl4Replicas int32 = 10
3331

3432
depl1MaxUnavailable = intstr.FromInt(10)
35-
depl2MaxUnavailable = intstr.FromString("25%")
3633

3734
depl1MaxSurge = intstr.FromInt(10)
38-
depl2MaxSurge = intstr.FromString("20%")
3935
)
4036

4137
func TestDeploymentStore(t *testing.T) {

0 commit comments

Comments
 (0)