Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel.Humphries <[email protected]>
  • Loading branch information
dhumphries-sainsburys committed Sep 17, 2024
1 parent 8dbbc8c commit 049a2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/cache/replicationgroup/managed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import (
)

const (
name = "coolGroup"
engineVersionToTest = "5.0.2"
name = "coolGroup"
engineVersionToTest = "5.0.2"
alternateEngineVersionToTest = "6.x"
)

Expand All @@ -47,7 +47,7 @@ var (
autoFailoverEnabled = true
cacheParameterGroupName = "coolParamGroup"
engineVersion = "5.0"
alternateEngineVersion = "6.x"
alternateEngineVersion = "6.x"
port = 6379
host = "172.16.0.1"
maintenanceWindow = "tomorrow"
Expand Down

0 comments on commit 049a2c4

Please sign in to comment.